I cannot create an emulator in Android AVD Manager

I am trying to create an Android emulator, and when I open the AVD Manager and try to create it, it continues to say: "Not a single target has been selected." Even when I choose a goal.

http://bit.ly/15vr9fk

+6
android eclipse
source share
4 answers

Faced with the same problem

I checked the Android SDK Manager and found that the ARM EABI v7a System Image something that is not installed.

enter image description here

After installation, I had to restart Eclipse, and then I was able to create a new emulator.

+10
source share

You get the error "no system images installed for this purpose." Launch the SDK manager and install one or more system images in API 17

+5
source share

I had the same problem. Closed the program, uninstalled the SDK from the SDK Manager, and installed it again. It worked.

+1
source share

to solve the problem. Install one of the system CPU images. For example: ARM EABI v7a System Image

+1
source share

All Articles