Rahul Kumar
Rahul Kumar

Reputation: 399

android emulator not creating

I tried creating an an AVD in eclipse but even after filling up all the fields the OK button does not get activated . the fields I fill up are

1)AVD name 2)Device 3) SD card

the rest are prepopulated

edit: a SC of my emulator

http://imgur.com/atlw26g

Upvotes: 0

Views: 270

Answers (1)

IssacZH.
IssacZH.

Reputation: 1477

It seems like you did not install the "System Image" for that API. That's why it can't find any CPU/ABI options.

Open SDK Manager and search for System Image under for example Android 4.2.2 (API 17).

You should find something like 'ARM EABI v7a System Image', 'Intel x86 Atom System Image'. Install those and you should be able create AVD after that.

Upvotes: 1

Related Questions