Skip to content Skip to sidebar Skip to footer

Why I Cannot Create Android Virtual Device?

this issue is a bit similar to Cannot Create Android Virtual Device, the difference is that i am trying to create AVD on windows rather than ubuntu, one more difference is that i c

Solution 1:

You have to install ARM EABI v7a System Image for creating emulators from Android 4.0 onwards. You can install the image using Android SDK Manager

Solution 2:

@rIHaN JiTHiN already gave the answer. But as a follow up I put a screen capture to show what we are talking of.

In the given screen capture I haven't installed the "ARM EABI v7a System Image" for Android 4.2, whereas I have installed "ARM EABI v7a System Image" and "Intel x86 Atom System Image" for Android 4.1.2

EDIT/FOLLOW UP

What I show in the picture is for Android 4.2, but is true for every versions of Android.

If you are developing for MIPS CPU devices you have to install the "MIPS System Image".

Finally, you could have to restart eclipse to see the new installed images. But for me, I always restart a software which I updated to be sure it takes into account all the modifications, and I assume it is a good practice to do so.

enter image description here

Post a Comment for "Why I Cannot Create Android Virtual Device?"