Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot launch AVD & SDK manager (Android Studio 0.2.1)

Having problems to launch AVD & SDK manager since the latest A/S update.

enter image description here

like image 569
saltais Avatar asked Dec 16 '25 17:12

saltais


2 Answers

I had same problem and fixed it by giving Write and Modify permissions to the full android studio folder.

like image 160
Ricard Molins Avatar answered Dec 19 '25 05:12

Ricard Molins


Just need to set a environment variable 'JAVA_HOME' and make it point to the folder where Java is installed. If you are not quit familiar with environment variables, what you do is just these steps:

  1. Right click on "My Computer", select "Properties"
  2. Select "Advanced System Configuration"
  3. Select "Advance" tab, and click the "Environment Variable" button.
  4. In the user variables, create a new variable called "JAVA_HOME", and specify the path to where java is installed(in my case, I installed java in "E:\Developing Tools\Java"), click OK to save it.

After that, restart Intellij IDEA, and you should be able to open the AVD manager panel.

like image 20
crystaldust Avatar answered Dec 19 '25 06:12

crystaldust



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!