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?
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.
Have you tried to run java.exe -version in a terminal, if the jdk is installed it should return something like:
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.
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.