I don't think it has anything to do with your code but your emulator or 
Eclipse setup. This is what I see when I launch an application.
[2011-07-03 05:30:02 - MainScreen] Android Launch!
[2011-07-03 05:30:02 - MainScreen] adb is running normally.
[2011-07-03 05:30:02 - MainScreen] Performing 
com.hermit.MainScreen.MainScreenActivity activity launch
[2011-07-03 05:30:02 - MainScreen] Automatic Target Mode: launching new 
emulator with compatible AVD 'Small'
[2011-07-03 05:30:02 - MainScreen] Launching a new emulator with Virtual 
Device 'Small'
[2011-07-03 05:30:10 - MainScreen] New emulator found: emulator-5554
[2011-07-03 05:30:10 - MainScreen] Waiting for HOME 
('android.process.acore') to be launched...
[2011-07-03 05:31:07 - MainScreen] HOME is up on device 'emulator-5554'
[2011-07-03 05:31:07 - MainScreen] Uploading MainScreen.apk onto device 
'emulator-5554'
[2011-07-03 05:31:07 - MainScreen] Installing MainScreen.apk...
[2011-07-03 05:31:28 - MainScreen] Success!
[2011-07-03 05:31:29 - MainScreen] Starting activity 
com.hermit.MainScreen.MainScreenActivity on device emulator-5554

Your build stops before the "HOME is up on device 'emulator-5554'"  is 
reached so the emulator is dead before your code gets sent to the emulator.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to