Rana Zubair
Rana Zubair

Reputation: 189

Android Emulator Error, Console error log repeating errors

I make emulator API level 17 Android 4.2.2, ARM cpu, RAM 512, SD card 200 VM heap=16 Internal Storage 200 when i run emulator its gives errors in errors log in a loop like this

enter image description here

I don't is that my emulator problem or what I have Eclipe Juno, My PC specification are Intel core2duo, ram 2GB, 320 hard disc. Please suggest a solution or a good emulator according to my system specifications...

Upvotes: 1

Views: 1789

Answers (2)

mrjbanksy
mrjbanksy

Reputation: 56

If you want to try a different emulator, you could use Genymotion (http://www.genymotion.com/). It'll show up as an actual android device in Eclipse, and runs much faster than the one in Eclipse.

While I haven't used it personally, since I test on my physical devices, a lot of people in my mobile development class use it and like it much better. I have downloaded Genymotion and tried it out, it's very easy to install, configure, and integrate with Eclipse. It is much faster than the emulator included with Eclipse.

Upvotes: 0

Stavm
Stavm

Reputation: 8131

What CPU\ABI are you using ? Try using the intel ATOM x86 system image, you can get it from within the eclipse menus

Window > SDK Manager > Android 4.2.2 (API 17) > Intel x86 Atom system image.

Upvotes: 2

Related Questions