简体   繁体   中英

My Android emulator won't launch and there are no errors, any ideas?

When I try to run my application as an Adroid App this is what my console reports:

[2011-10-22 15:21:32 - HelloWorldAndroid] ------------------------------
[2011-10-22 15:21:32 - HelloWorldAndroid] Android Launch!
[2011-10-22 15:21:32 - HelloWorldAndroid] adb is running normally.
[2011-10-22 15:21:32 - HelloWorldAndroid] Performing Hello.World.MyHelloWorld activity launch
[2011-10-22 15:21:32 - HelloWorldAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'Android_1.5_Emulator'
[2011-10-22 15:21:32 - HelloWorldAndroid] Launching a new emulator with Virtual Device 'Android_1.5_Emulator'

When I open the AVD Manager says that it is valid. When I click start I get a quick loading screen and then it closes and thats it. I have changed the launch action in the configuration. I have deleted and recreated the emulator and the Android project. I am also using Ubuntu 11.10. Does anyone have ideas on the problem?

Try launching the emulator manually with adb and see if an error is reported. You could also try

adb kill-server
adb start-server

This worked for me. adb kill-server then adb start-server then cd ..\\tools then emulator -avd <avd-name> . See also My Android emulator won't launch and there are no errors, any ideas?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM