Jonas452
Jonas452

Reputation: 420

Android emulator doesn't start

My Android Launch, the adb start but stay at "Waiting for HOME ('android.process.acore') to be launched...". But doesn't install the App. If I go in Run As Android App, if I do that, the App is installed with sucess and the Activity is started, but at the device screen doesn't show anything, the name Android stay at the screen for ever. And the LogCat doesn't show any error. Sorry, but English is not my first language. Thanks.

Upvotes: 1

Views: 7027

Answers (3)

Dhaval Jivani
Dhaval Jivani

Reputation: 9697

Try using Genymotion. You can download a version for Windows/Mac OS X/Linux after registering. A plugin for Eclipse is also avaliable.

i give you link Genymotion Emulator please download and setup.

as per my experience Genymotion Vertual device is faster then android emulator.

Upvotes: 1

Sid M
Sid M

Reputation: 130

If you do not have more than 4GB RAM and a i5 (or comparable) processor then the emulator ends up taking a lot of time. Try to close all other applications except eclipse and the emulator and let the emulator be the only application focused in your desktop. Else try to run it on a lower avd e.g. 2.3.3

Upvotes: 1

Ben Pearson
Ben Pearson

Reputation: 7752

If you are using the ARM based emulator - it's very (VERY!) slow.

Two options I would recommend:

  1. Make sure you're using HAXM (VM Acceleration)
  2. Try using Genymotion

Upvotes: 1

Related Questions