android emulator not launching

♀尐吖头ヾ 提交于 2019-12-13 02:37:10

问题


I am new to android and I have run my codes on emulator for last few days. But today morning android emulator is not launching the android console showing message like:

"Android Launch!"
"adb is running normally."
"Performing com.HelloAndroid.HelloAndroid activity launch"
"Automatic Target Mode: Preferred AVD 'Launch' is not available. Launching new emulator."

"Launching a new emulator with Virtual Device 'Launch".

I think after this console should show messages like Waiting for HOME ('android.process.acore') to be launched... etc etc. But in my case android console show no more messages and android emulator is not loading. Anybody know the reason. I am working on fedora 13 with eclipse helios version 3.6.2

Thanks


回答1:


use this rightclick on ur project select Run As>Run Configurations switch to "Target" tab select radio button to "manual" instead "automatic" & set the emulator you want apply it & run




回答2:


Try the following two ways :

  1. Restart emulator and eclipse.
  2. Make new emulator and try to launch this.



回答3:


Probably there is another instance of adb running. Go to the task manager (on windows only) and end the process



来源:https://stackoverflow.com/questions/5799997/android-emulator-not-launching

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!