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:
Asked
Active
Viewed 7,875 times
3

Roman Pokrovskij
- 9,449
- 21
- 87
- 142

siriuseteor77
- 1,004
- 2
- 12
- 30
3 Answers
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
-
seriously this thing happened to me and i happen to download all the unnecessary stuff – saimadan Feb 13 '15 at 06:47
-
Wow, that was a great point to be noted. It helped me out in creating my own virtual device. +1 – Afzaal Ahmad Zeeshan Feb 15 '15 at 06:55
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:

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

Khayelihle Tshuma
- 31
- 5
-
This worked. I don't how google can bungle up validation and showing user error messages on such a tool. They can do better – Dheeraj Bhaskar Nov 21 '17 at 03:11