Paradox
Paradox

Reputation: 4566

Android SDK Manager not working; tried other fixes

My issue is that I cannot run my SDK Manager. when I run it from C:\Program Files\Java(ANDROID SDK) adt-bundle-windows-x86_64-20131030\sdk by double clicking or as administer, a screen flashes and disappears. As well, when I try to run it from eclipse, I receive the following error:

enter image description here

After looking online, I tried editing the path environment variable, adding "C:\Program Files\Java\jdk1.7.0_40\bin" before system 32, appearing like so when copied into notepad:

enter image description here

Finally, I tried rearranging folders, hoping this layout would work, but it did not:

enter image description here

enter image description here

None of these solutions have worked and this problem is becoming very irritating; any help would be GREATLY appreciated!!! Thanks ahead of time!

Upvotes: 0

Views: 462

Answers (1)

whogiawho
whogiawho

Reputation: 466

In win8.1(adt-bundle-windows-x86_64-20140321.zip), the SDK Manager can be started from eclipse, though clicking SDK Manager.exe will have flash problem.

The /Windows/system32/java.exe is used, that is, jdk1.7.0_40\bin is not appended before system32. However, that is not the cause of your problem, I believe.

Maybe u can try latest adt-bundle-windows-x86_64-20140321.zip.

Upvotes: 1

Related Questions