Android Studio: “Ok” button disabled in “Create new AVD” window

旧时模样 提交于 2019-12-07 12:10:53

问题


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:


回答1:


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:




回答2:


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.




回答3:


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



来源:https://stackoverflow.com/questions/25609085/android-studio-ok-button-disabled-in-create-new-avd-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!