Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Virtual Device Manager Disabled in Android Studio

I have installed Android Studio on my Windows 7 PC. But I cannot create the virtual devices on the studio as the button for AVD and SDK is disabled by default. How ca I enable them?

like image 333
Arvind Bhardwaj Avatar asked May 22 '13 05:05

Arvind Bhardwaj


2 Answers

I haven't seen this error myself, but try going to File -> Project Structure -> SDKs and make sure you have a listing for the Android SDK and that the home path is pointing to the correct location.

example

like image 187
jsc0 Avatar answered Sep 22 '22 01:09

jsc0


Well I found the problem. The gradle was not installed as my internet connection was not active. Make sure the Android Studio installs the gradle when you first start and create a project.

like image 24
Arvind Bhardwaj Avatar answered Sep 18 '22 01:09

Arvind Bhardwaj