Answer the question
In order to leave comments, you need to log in
Android SDK Manager won't open on Windows 8?
The actual question is in the title. How to launch Android SDK Manager? At the moment, the window just flickers and that's it.
On stackoverflow.com I found a suggestion to set the path to Java in PATH at the very beginning, to Windows / System32.
C:\>where java
C:\Program Files\Java\jdk1.7.0_21\bin\java.exe
C:\Program Files\Java\jre7\bin\java.exe
C:\Windows\System32\java.exe
Answer the question
In order to leave comments, you need to log in
In general, I solved the problem by editing the tools / android.bat file
set java_exe="C:\Program Files\Java\jdk1.7.0_21\bin\java.exe"
rem call lib\find_java.bat
if not defined java_exe goto :EOF
Do you happen to have Russian characters on the way to the SDK?
This problem disappeared for me when I removed the Cyrillic alphabet from the paths.
There is such a feature that the command line window flashes, and the SDK is minimized to the taskbar. Check if the folded SDK is not there? If not, then write, there are other launch options
Win+R -> cmd -> path to SDK Manager.exe -> Enter. You can simply drag and drop the SDK Manager.exe shortcut to the command line so as not to write the entire path with pens. Or try to run as administrator - sometimes it helps too. If there is an Intellij Idea, then go to Tools -> Android -> SDK Manager in it. If none of this helps, then I'm sorry...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question