Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't see AVD manager window in android studio 0.4.0

I am using windows 8,android studio 0.4.0 jdk 7_45 and jre7 installed. JAVA_HOME and JAVA variables are also set in Environment Path Variables.

When I click on tools-> android->avd manager , it shows nothing (not even error anywhere) . Nothing at all happens.

What should i do? I guess this version is not very stable.

like image 982
Sunil Kumar Avatar asked Jan 06 '14 09:01

Sunil Kumar


People also ask

Where is the AVD Manager in Android Studio?

The Device Manager is an interface you can launch from Android Studio that helps you create and manage AVDs. To open the new Device Manager, do one of the following: From the Android Studio Welcome screen, select More Actions > Virtual Device Manager.

Why my AVD Manager is not opening?

SDK Build Tools are not installed You look at the build tab at the bottom of the screen, it will display the error message and option to install the Build tools. Install it and you should be able to see the AVD Manager. Another way is to go to the SDK Manager. Under SDK Tools you will find the Android SDK Build tools.

How do I open AVD Manager from terminal?

Use the emulator command to start the emulator, as an alternative to running your project or starting it through the AVD Manager. Here's the basic command-line syntax for starting a virtual device from a terminal prompt: emulator -avd avd_name [ {- option [ value ]} … ]

Is Device Manager and AVD Manager the same?

You use the Android Device Manager to create and configure Android Virtual Devices (AVDs) that run in the Android Emulator. Each AVD is an emulator configuration that simulates a physical Android device.


3 Answers

It Seems your AVD Manager is missing from root SDK directory please follow the Steps

1. Go to sdk\tools\lib\ and copy AVDManager.exe
2. Paste it to root of your sdk Directory.

Now you have sdk\AVD Manager.exe

Now try to run it.

like image 95
Piyush Agarwal Avatar answered Sep 22 '22 10:09

Piyush Agarwal


Check the permission for your Android folder.

C:\Program Files (x86)\Android

I fixed the same issue by right-clicking on the Android directory then

Properties->Security then selected the user name and ticked Full control then hit OK

like image 22
Miro Bucko Avatar answered Sep 20 '22 10:09

Miro Bucko


If all else fails run as Administrator - this worked for me

like image 36
Zafissa Avatar answered Sep 22 '22 10:09

Zafissa