简体   繁体   中英

Android SDK does not open

I have installed both the latest ADT Bundle and the latest JAVA SE, and have configured the PATH variable with the java/bin location in the first place. However, still the SDK Manager won't run. When I try to open the manager from Eclipse, a window pops up saying "Initializing" and then it closes and nothing happens. When I run the android.bat file from the SDK, I get the following error:

在此处输入图片说明

Any help to run the SDK Manager would be highly appreciated. I'm running Windows 7 64-bit. ADT version is v22.3.0-887826 and JAVA SE version is 7 update 45.

Fixed the issue

Apparently, I have to run the SDK Manager as an administrator. This fixed the issue. The "access denied" part should have given me some hint! Thanks everyone!

Fixed the issue

Apparently, I have to run the SDK Manager as an administrator. This fixed the issue. The "access denied" part should have given me some hint! Thanks everyone!

Another permanent fix to the issue

Taken from: http://productforums.google.com/forum/#!msg/drive/zbazK_MeKRs/gtBUnVNI1hAJ

Hello, I did the following

  • Open the windows explorer
  • Paste this address %USERPROFILE%\\AppData\\Local\\
  • Right click on folder Temp, then Properties, then Security, then Advanced Then click on button Change permissions
  • Remove all permissions
  • Select: Include inheritable permissions from this object's parent
  • Select: Replace all child object permissions with inheritable permissions from this object
  • Click OK....

Maybe a windows' update changed permissions. I hope this works with you.

首先,您尝试安装Java JDK,然后再尝试安装Android ADT Bundle

I have already read about problems due to space in instal path.

In your case: D:\\Android SDK\\..."

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