Vishwak
Vishwak

Reputation: 89

Android emulator is not launched

I've worked with the emulator fine from past 20 days. Suddenly, I got a problem with the emulator as it is not launching the app. It is not showing any error but taking much time and "Waiting for HOME ('android.process.acore') to be launched..." is shown on the console of eclipse.

emulator always showing like this: enter image description here

corresponding AVD configuration:

enter image description here

I am beginner in android development. Please help me to launch this AVD.

Upvotes: 0

Views: 96

Answers (3)

Vishwak
Vishwak

Reputation: 89

I've just removed and recreated the emulator and now it is working fine. Thank you all for your answers.

Upvotes: 0

Vishwak
Vishwak

Reputation: 89

I've launched the emulator by creating that AVD again with the same configurations.

Anyway Thank you so much for your responses. By that I've learned some new things in android.

Thank you so much to all

Upvotes: 0

miracle-doh
miracle-doh

Reputation: 596

Android emulator are notorious for their launch speed. I have just started to use Genymotion for development, trust me, it is much faster. (10 seconds boot up)

Here is the link of how to install it. Installing Genymotion Eclipse plug-in

Upvotes: 1

Related Questions