siriuseteor77
siriuseteor77

Reputation: 1126

Android Studio: "Ok" button disabled in "Create new AVD" window

I downloaded and installed the latest Android Studio version which is 0.8.6 (beta) and I was stuck while trying to create a new Android Virtual Device.
I tried to follow these steps: https://developer.android.com/training/wearables/apps/creating.html but looks like the CPU/ABI is unavailable when I pick one of the types mentioned in that document (Android Wear Square/Round) and the skins named AndroidWearRound or AndroidWearSquare are also unavailble.
Here's a screenshot:

enter image description here

Upvotes: 3

Views: 7928

Answers (3)

Khayelihle Tshuma
Khayelihle Tshuma

Reputation: 31

Also be sure to select only one choice in the Emulation Options. If both are selected OK will be disabled. (IMO: A radio button would have been a better option.)

Upvotes: 1

Faiyaz
Faiyaz

Reputation: 1411

The above example works ... however even after downloading all required packages the button was deactivated. Later by fluke I realized it also gets deactivated when there is a space in AVD name. Though AVD manager never complain about it.

Upvotes: 11

reVerse
reVerse

Reputation: 35264

It's pretty likely that you forgot to download one of the system-images, either ARM EABI v7a or Intel x86. See the following screenshot:

enter image description here

Upvotes: 5

Related Questions