I'm trying to run the "Hello, World" example found here http://developer.android.com/resources/tutorials/hello-world.html I followed the steps exactly, when I launch it I get this output
[2011-03-07 18:34:46 - SDK Manager] Created AVD 'my_avd' based on Android 3.0,
[2011-03-07 18:34:46 - SDK Manager] with the following hardware config:
[2011-03-07 18:34:46 - SDK Manager] hw.lcd.density=160
[2011-03-07 18:34:46 - SDK Manager] hw.keyboard.lid=no
[2011-03-07 18:34:46 - SDK Manager] vm.heapSize=48
[2011-03-07 18:34:46 - SDK Manager] hw.ramSize=256
[2011-03-07 18:34:51 - HelloAndroid] ------------------------------
[2011-03-07 18:34:51 - HelloAndroid] Android Launch!
[2011-03-07 18:34:51 - HelloAndroid] adb is running normally.
[2011-03-07 18:34:51 - HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch
[2011-03-07 18:34:51 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd'
[2011-03-07 18:34:51 - HelloAndroid] Launching a new emulator with Virtual Device 'my_avd'
[2011-03-07 18:34:55 - Emulator] emulator: emulator window was out of view and was recentred
[2011-03-07 18:34:55 - Emulator]
[2011-03-07 18:34:56 - HelloAndroid] New emulator found: emulator-5554
[2011-03-07 18:34:56 - HelloAndroid] Waiting for HOME ('android.process.acore') to be launched...
[2011-03-07 18:54:55 - HelloAndroid] HOME is up on device 'emulator-5554'
[2011-03-07 18:54:55 - HelloAndroid] Uploading HelloAndroid.apk onto device 'emulator-5554'
[2011-03-07 18:54:55 - HelloAndroid] Installing HelloAndroid.apk...
[2011-03-07 18:57:52 - HelloAndroid] Failed to install HelloAndroid.apk on device 'emulator- 5554!
[2011-03-07 18:57:52 - HelloAndroid] (null)
[2011-03-07 18:57:54 - HelloAndroid] Launch canceled!
A fullscreen window opens up with blinking "Android" text, after a very long time it boots into the emulator. However it doesn't display the Hello World program.
My questions 1) How do I run my program? 2) Is there any faster way to sped up the emulator? I don't want to wait everytime I need to run the program
Thank you for the help.
Edit: I'm on Ubuntu 10.04 and Eclipse Galileo