I'm trying to install a hello_world app to the emulator but can't.
The emulator starts up. Then restarts and hangs on the boot screen. I've left it on the screen for over 15 minutes.
I'm using Eclipse 3.3.2, with the latest Android Development Toolkit on Win 2003 Server x64.
I can get 2 different errors. The first error happens when I close the emulator after it gets stuck on the boot screen. Note that Success! only shows after I close the the emulator. The second error happens if I try to reset the adb.
Below is the console output.
[2010-07-07 09:39:47 - temp_conversion] ------------------------------
[2010-07-07 09:39:47 - temp_conversion] Android Launch!
[2010-07-07 09:39:47 - temp_conversion] adb is running normally.
[2010-07-07 09:39:47 - temp_conversion] Performing de.vogella.android.tempconvertor.Convert activity launch
[2010-07-07 09:39:54 - temp_conversion] Launching a new emulator with Virtual Device 'TestDevice'
[2010-07-07 09:40:02 - temp_conversion] New emulator found: emulator-5554
[2010-07-07 09:40:02 - temp_conversion] Waiting for HOME ('android.process.acore') to be launched...
[2010-07-07 09:40:51 - temp_conversion] HOME is up on device 'emulator-5554'
[2010-07-07 09:40:51 - temp_conversion] Uploading temp_conversion.apk onto device 'emulator-5554'
[2010-07-07 09:40:51 - temp_conversion] Installing temp_conversion.apk...
*** This is what happens when I close the emulator******
[2010-07-07 09:59:57 - temp_conversion] Success!
[2010-07-07 09:59:57 - temp_conversion] Failed to upload temp_conversion.apk on device 'emulator-5554'
[2010-07-07 09:59:57 - temp_conversion] java.io.IOException: device (emulator-5554) request rejected: device not found
[2010-07-07 09:59:57 - temp_conversion] Launch canceled!
*** This is attempting to reset adb after it gets to the boot screen*****
[2010-07-07 09:42:11 - temp_conversion] Failed to install temp_conversion.apk on device 'emulator-5554!
[2010-07-07 09:42:11 - temp_conversion] An existing connection was forcibly closed by the remote host.
[2010-07-07 09:42:12 - temp_conversion] Failed to upload temp_conversion.apk on device 'emulator-5554'
[2010-07-07 09:42:12 - temp_conversion] java.net.ConnectException: Connection refused: connect
[2010-07-07 09:42:12 - temp_conversion] Launch canceled!
Thanks
The emulator starts up. Then restarts and hangs on the boot screen. I've left it on the screen for over 15 minutes.
I'm using Eclipse 3.3.2, with the latest Android Development Toolkit on Win 2003 Server x64.
I can get 2 different errors. The first error happens when I close the emulator after it gets stuck on the boot screen. Note that Success! only shows after I close the the emulator. The second error happens if I try to reset the adb.
Below is the console output.
[2010-07-07 09:39:47 - temp_conversion] ------------------------------
[2010-07-07 09:39:47 - temp_conversion] Android Launch!
[2010-07-07 09:39:47 - temp_conversion] adb is running normally.
[2010-07-07 09:39:47 - temp_conversion] Performing de.vogella.android.tempconvertor.Convert activity launch
[2010-07-07 09:39:54 - temp_conversion] Launching a new emulator with Virtual Device 'TestDevice'
[2010-07-07 09:40:02 - temp_conversion] New emulator found: emulator-5554
[2010-07-07 09:40:02 - temp_conversion] Waiting for HOME ('android.process.acore') to be launched...
[2010-07-07 09:40:51 - temp_conversion] HOME is up on device 'emulator-5554'
[2010-07-07 09:40:51 - temp_conversion] Uploading temp_conversion.apk onto device 'emulator-5554'
[2010-07-07 09:40:51 - temp_conversion] Installing temp_conversion.apk...
*** This is what happens when I close the emulator******
[2010-07-07 09:59:57 - temp_conversion] Success!
[2010-07-07 09:59:57 - temp_conversion] Failed to upload temp_conversion.apk on device 'emulator-5554'
[2010-07-07 09:59:57 - temp_conversion] java.io.IOException: device (emulator-5554) request rejected: device not found
[2010-07-07 09:59:57 - temp_conversion] Launch canceled!
*** This is attempting to reset adb after it gets to the boot screen*****
[2010-07-07 09:42:11 - temp_conversion] Failed to install temp_conversion.apk on device 'emulator-5554!
[2010-07-07 09:42:11 - temp_conversion] An existing connection was forcibly closed by the remote host.
[2010-07-07 09:42:12 - temp_conversion] Failed to upload temp_conversion.apk on device 'emulator-5554'
[2010-07-07 09:42:12 - temp_conversion] java.net.ConnectException: Connection refused: connect
[2010-07-07 09:42:12 - temp_conversion] Launch canceled!
Thanks