android emulator not launching

2019-08-11 16:40发布

问题:

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