Okay, for anyone else who has had this problem, here are the solutions: 1. Get more RAM. I was running on 256 MB (which I believe is below minimum requirements), just upgraded today to 1024 MB (long time coming), application now starts fine. Although I still do see some error messages in the emulator, they don't seem to actually do anything.
2. Install from command line. This is a bit laborius, but you can launch an emulator from the command line (assuming <android sdk path> \tools is added to your PATH variable) just type emulator, then browse to the location of your_app_here.apk, and execute "adb install your_app_here.apk". If you launch the emulator from Eclipse, execute adb kill-service and then adb start-service first (or kill-server / start-server. not sure the exact commands). Then your app will be installed on the emulator. On Dec 18, 8:08 pm, Enginerd <[email protected]> wrote: > I'm very new to Android, working on the Hello Activity. I've seen > this issue before on this forum but I've never seen a good answer. > What happens when I start an activity is the emulator loads, but the > application being run does not (in this case Hello). I've tried this > with a few of the other samples, same story each time. I'm running > Windows XP, Eclipse 3.4, ADT plugin 0.8, android SDK 1.0 (everything > except XP downloaded/installed within the past week). I've tried > wiping the user data (not that there should be any), but no help. Log > from console: > > [2008-12-18 19:30:45 - HelloActivity] ------------------------------ > [2008-12-18 19:30:45 - HelloActivity] Android Launch! > [2008-12-18 19:30:45 - HelloActivity] adb is running normally. > [2008-12-18 19:30:46 - HelloActivity] Launching: > com.example.android.helloactivity.HelloActivity > [2008-12-18 19:30:46 - HelloActivity] Automatic Target Mode: launching > new emulator. > [2008-12-18 19:30:46 - HelloActivity] Launching a new emulator. > [2008-12-18 19:32:54 - HelloActivity] New emulator found: > emulator-5554 > [2008-12-18 19:32:54 - HelloActivity] Waiting for HOME > ('android.process.acore') to be launched... > [2008-12-18 19:34:07 - HelloActivity] emulator-5554 disconnected! > Cancelling 'com.example.android.helloactivity.HelloActivity' launch! > > with the last line in red. Also, I get two error messages in the > emulator, Application AlarmClock (in process com.android.alarmclock) > is not responding > Application Messaging (in process com.android.mms) is not responding > > Any thoughts on how to fix? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

