Android Studio Setup - could not detect JDK

2019-09-11 15:40发布

问题:

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 variables JAVA_HOME, PATH, reboot the notebook, but still have problem. I'm using the "android-studio-bundle-141.2456560-windows" version and also the "jdk-7u79-windows-x64".

Could you please, help with this issue?

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



回答2:

In this link Android Studio ZIP, I did the download for windows after unzip all the file, I started execute the "studio.exe", that is inside the bin folder.

Thanks everyone for the help.



回答3:

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.