简体   繁体   中英

Can't install Android Studio due to JDK Error

I tried installing Android Studio, but I fail every time due to a JDK error. Even when I select the requested path the installer still can't find it. I have added the JAVA_HOME and JAVA_JDK variables with no luck. Mind that when I open CMD and type java -version I get 1.7.0_79 and with the javac -version command I get 1.7.0_79 .

Anything else I should try?

1.First open the Control Panel.

2.Uninstall every JDK you have installed.

3.Install JDK 1.7 or later.

4.Install Android Studio on the same drive where you installed JDK to.

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