13

When I run my android app on the eclipse emulator. I get

"Waiting for HOME ('android.process.acore') to be launched..." 

in the console and just a black screen (not even the android logo) in the emulator. I have been waiting for a long time, but there is no response from the emulator.

I need to test in this emulator only, because I have created a new emulator device with configuration as that of - "Motorola - Droid Turbo".

I don't know why this eclipse emulator is not working; Can anyone help me on this please??

Thanks in advance!

Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382

3 Answers3

3

I would rather comment but I can't, If you are running System Image API 19 or higher in AVD it would take a lot of time to load or may not load at all. try System image API 18 or low and see if your emulator works, kindly show an screen shot of your AVD when you were creating it, a lot of information can be gathered from that.

Pankaj Nimgade
  • 4,529
  • 3
  • 20
  • 30
2

Yes, API 19 or higher system images do take more time to load. If you want an immediate response, try it on a real android device.

0x141E
  • 12,613
  • 2
  • 41
  • 54
Vijay M
  • 19
  • 2
2

You can use Genymotion emulator. It much faster than standart emulator.

mIK
  • 21
  • 1
  • 3