[android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
[2009-11-19 19:43:54 - facebooktest2]-- [2009-11-19 19:43:54 - facebooktest2]Android Launch! [2009-11-19 19:43:54 - facebooktest2]adb is running normally. [2009-11-19 19:43:54 - facebooktest2]Performing com.test1.Connection activity launch [2009-11-19 19:43:54 -

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Justin Anderson
Have a look at the logcat info... There might be some more information there. -- There are only 10 types of people in the world... Those who know binary and those who don't.

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
at the verbose level just one crazy line: ??-?? ??:??:??.???: INFO/unknown(unknown): - exec '/system/bin/sh' failed: Bad address (14) - 2009/11/19 Justin Anderson janderson@gmail.com Have a look at the logcat info... There might be some more information there.

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Justin Anderson
It looks like you are installing on an emulator, correct? Is the emulator responsive at this point or has the whole emulator crashed? If it is responsive, try launching your app manually and seeing what happens... And seeing if logcat has any additional info when you try to launch manually.

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
Yes it's an emulator. Emulator is responsive, and yeah I can start the app manually. I've created the device with specific version 1.6, however I've recreated several times, and I have restarted Eclipse several times. I am having many issues with the Emulator getting working well after a launch.

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Justin Anderson
Wow, I'm not sure what else I can tell you then. I'm going to have to punt and hopefully someone else can figure something out. What OS, Eclipse version, and SDK version are you using? That may help someone else know what the problem is...

Re: [android-beginners] ActivityManager: - exec '/system/bin/sh' failed: Bad address (14) -

2009-11-19 Thread Marton Kodok
I'm using Windows 7 on 64 bit latest jdk 6 on 32 bit latest android sdk 2.0 latest eclipse 3.5, latest adt plugin Please help. I've posted my bugs here, but none of them were answered. I want all this sorted out to be able to work smoothly. 2009/11/19 Justin Anderson janderson@gmail.com