Failed to create AVD in Android Studio

I am new to Android. I just installed Android Studio and created a default project. Now I am trying to create an AVD but cannot create it. The OK button is not enabled. Please, help.

screenshot attached

+6
source share
4 answers

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

enter image description here

To start the SDK Manager, click the SDK manager icon from Android Studio, as shown below,

enter image description here

To install this system image, please open your SDK manager and check the system image for Android L version (when you create avd for Android L version), and then install it.

This will load after scree,

enter image description here

+4
source

You do not have system images installed for Android (L) Preview . Use this link to configure or use the Android SDK manager to download Android-L system images.

+1
source

Change the target for your AVD, see the try target that matches your application. see the points in the link.

0
source

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

0
source

Source: https://habr.com/ru/post/975014/


All Articles