0

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.

Vishwak
  • 89
  • 1
  • 10
  • I wish we get simulator like the one for ios, it is mush smoother and fast. -_- – Tushar Gogna Jan 15 '15 at 06:11
  • In emulation options check the snapshot. on first launch it will take time but after that it will be little fast – Kamran Majeed Jan 15 '15 at 06:21
  • Try USE HOST CPU... I current create AVD as your configuration.. It works perfectly. –  Jan 15 '15 at 06:25
  • One more thing is : you use 8GB SD card and 2 GB internal storage, so minimum space required for tour storage is 10 GB, and RAM also must be 1GB free for your Emulator.. –  Jan 15 '15 at 06:33
  • can you please tell me what is tour storage? and should I change any property in above configuration? @TechnoCracker – Vishwak Jan 15 '15 at 11:15

3 Answers3

1

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

Community
  • 1
  • 1
miracle-doh
  • 556
  • 1
  • 4
  • 18
0

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

Vishwak
  • 89
  • 1
  • 10
0

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

Vishwak
  • 89
  • 1
  • 10