0

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:

enter image description here

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!

AntikM
  • 636
  • 4
  • 13
  • 28
  • Take a look at [this post](http://http://stackoverflow.com/questions/6234403/sdk-manager-exe-doesnt-work-android) – ElyashivLavi Nov 20 '13 at 07:45
  • OK I saw that and uninstalled my antivirus and disable the firewall. However, I STILL get the error! :( – AntikM Nov 20 '13 at 08:00

3 Answers3

1

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.

Community
  • 1
  • 1
AntikM
  • 636
  • 4
  • 13
  • 28
0

First of all you try to install java JDK and after then you try to install Android ADT Bundle

vinay Maneti
  • 1,447
  • 1
  • 23
  • 31
  • Yes I did install the JDK before. But I don't understand how this would create/solve the issue, as the ADT bundle just comes as a zip file with nothing to install. – AntikM Nov 20 '13 at 07:42
  • Yes I did, or else how would I run the android.bat file. – AntikM Nov 20 '13 at 07:44
  • k fine,install SDK Manger with updated version 19 and install the Adt plugin eclipse.. – vinay Maneti Nov 20 '13 at 07:45
0

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

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

Cyril Jacquart
  • 2,632
  • 3
  • 25
  • 24