Reputation: 11
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?
Upvotes: 1
Views: 177
Reputation: 17
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.
Upvotes: 1