SuicideSheep
SuicideSheep

Reputation: 5550

Failed to create a new AVD?

enter image description here

As shown in the above image, all the necessary information have been filled but however the "OK" button is still disabled for me to proceed? May I know which part is going wrong?

Upvotes: 1

Views: 79

Answers (1)

TactMayers
TactMayers

Reputation: 884

The dropdown box besides CPU/ABI shows No system images installed for this target and is disabled. That's why the Ok button is also disabled. Either install the system image of the target you've selected (in your case, Android 4.4W - API Level 20) via the Android SDK Manager, or choose another target with a system image installed.

Upvotes: 1

Related Questions