简体   繁体   中英

Cannot launch AVD & SDK manager (Android Studio 0.2.1)

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

在此输入图像描述

我有同样的问题,并通过给完整的android studio文件夹提供写入和修改权限来修复它。

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.

或者,尝试以管理员身份运行Android Studio。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM