Skip to content Skip to sidebar Skip to footer

Android Studio Setup - Could Not Detect JDK

I'm trying to install the Android Studio on my Windows 7 notebook, but even when I filled the path with the JDK, occurs the following error: I already set the environment variable

Solution 1:

Have you tried to run java.exe -version in a terminal, if the jdk is installed it should return something like:

java version "1.8.0_72"
Java(TM) SE Runtime Environment (build 1.8.0_72-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)

if not, you might want to reinstall it and reset the path.

What you might also want to do, is go to the jdk location and make sure it contains a directory named bin and see if it has the java.exe file in it.


Solution 2:

I downloaded Android Studio for windows, then I unzipped all the file. I started executing the "studio.exe", that is inside the bin folder. It worked.

Thanks everyone for the help. @Victor W. Vieira this works fine for me. On Windows Professional x64-bit system.


Post a Comment for "Android Studio Setup - Could Not Detect JDK"