A
A
Andrey Privalov2013-04-24 20:38:29
Android
Andrey Privalov, 2013-04-24 20:38:29

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

In my case it didn't help.
What other proposals will be? Thank you please.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Andrey Privalov, 2013-04-25
@negasus

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

That is, I set the java_exe variable directly and commented out the following line

A
Andrey Apanasik, 2013-04-25
@Suvitruf

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.

S
senneco, 2013-04-24
@senneco

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

S
senneco, 2013-04-24
@senneco

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...

P
PVOID, 2013-04-25
@PVOID

Try this. It helped me at the time stackoverflow.com/a/14269158

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question