简体   繁体   中英

Android SDKManager STILL won't open

I downloaded and installed the latest Java JDK. Installed it to a space-less directory: "C:\\ProgramData\\Java\\jdk-10.0.1".

I've got an environment variable: JAVA_HOME which points to that directory. Inside the PATH variable, I added %JAVA_HOME%\\bin;

I downloaded the command-line tools, but when I double-click the SDKmanager.bat file in the bin folder, like everyone experiences, it flashes and vanishes.

I've tried the environmental variables fixes. I've tried to replace data in the bat (there aren't even any references to java to fix).

I'm SoL and really need the help!

Thanks

-Matt

Try launching .bat file from terminal (cmd). That should show you what the error is.

SDKManager仅与JDK 8一起使用。您需要安装它而不是JDK 10。

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