Not able to create AVD in android studio

我与影子孤独终老i 提交于 2019-12-01 02:33:42

问题


I am new to Android. I have just installed Android Studio and created a default project. Now I am trying to create AVD but am not able to create. Ok button is not enabled. Please help.

screenshot attached


回答1:


The problem is that you havent install the system image, please check the following image

To start the SDK Manager click the icon of SDK manager from Android Studio, like below,

To install this system image, please Open your SDK manager and tick the system image for Android L version ( as you are creating avd for Android L version ), and then install it.

This will load following scree,




回答2:


You don't have system images installed for Android (L) Preview. Use this link to setup or use the Android SDK manager for downloading the Android-L system images.




回答3:


Change target for your AVD see try target which matches your application. see points in link.




回答4:


Make sure the permissions on the SDK folder are set correctly. You will need write permission.



来源:https://stackoverflow.com/questions/25738692/not-able-to-create-avd-in-android-studio

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