Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to create AVD in android studio

Tags:

android

avd

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

like image 388
sam Avatar asked Sep 09 '14 07:09

sam


2 Answers

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

like image 121
Lucifer Avatar answered Nov 09 '22 07:11

Lucifer


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.

like image 33
bhargavg Avatar answered Nov 09 '22 07:11

bhargavg