Android Studio: Ok button disabled in Create New AVD window

I have downloaded and installed the latest Android Sutdio which is 0.8.6 (beta) and I am stuck trying to create a new Android Android device.
I tried the following steps: https://developer.android.com/training/wearables/apps/creating.html but it looks like CPU / ABI is not available when I select one of the types mentioned in this document (Android Wear Square / Round), and skins named AndroidWearRound or AndroidWearSquare are also not available.
Here's a screenshot:

enter image description here

+3


source to share


3 answers


Most likely, you forgot to load one of the system images: ARM EABI v7a

or Intel x86

. See the following screenshot:



enter image description here

+6


source


The above example works ... however even after downloading all the required packages the button was deactivated. Later, from experience, I realized that it is also deactivated when there is a space in the AVD name. Although the AVD manager never complained about it.



+11


source


Also remember to select only one option in the emulation settings. If both are selected, then OK will be disabled. (IMO: a switch would be a better option.)

+1


source







All Articles