Android Studio Setup - could not detect JDK

2019-09-11 15:39发布

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:

[1]: http://i.stack.imgur.com/qy6pE.png

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?

3条回答
够拽才男人
2楼-- · 2019-09-11 15:57

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楼-- · 2019-09-11 16:09

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.

查看更多
混吃等死
4楼-- · 2019-09-11 16:22

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.

查看更多
登录 后发表回答