sam
sam

Reputation: 149

Not able to create AVD in android studio

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

Upvotes: 6

Views: 15364

Answers (4)

nachiket
nachiket

Reputation: 11

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

Upvotes: 0

Lucifer
Lucifer

Reputation: 29632

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

enter image description here

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

enter image description here

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,

enter image description here

Upvotes: 4

bhargavg
bhargavg

Reputation: 1379

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.

Upvotes: 1

priyanka_rao
priyanka_rao

Reputation: 495

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

Upvotes: 0

Related Questions