3

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

Roman Pokrovskij
  • 9,449
  • 21
  • 87
  • 142
siriuseteor77
  • 1,004
  • 2
  • 12
  • 30

3 Answers3

11

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.

Faiyaz
  • 1,391
  • 11
  • 9
5

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

reVerse
  • 35,075
  • 22
  • 89
  • 84
1

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.)