I was trying to install the android studio in my computer (Win 10 - 64x). By the name, probably the version is 1.4.1: android-studio-bundle-141.2456560-windows.exe
But I keep receiving a error saying: "We could not detect a Java Development Kit (jdk) v7 or newer on your system."
Currently, I have the jdk1.8.0_71 (64x) version installed. The environment variables JAVA_HOME and JDK_HOME (not sure if this specific one is really necessary) set, and the Path has been edited as well.
As you can see here, every variable and settings are set
Also, I've tried changing the jdk version to the 1.7.0_79 (64x), and I've also tried placing the path between quotes.. But all of it was in vain
It is strange, because I'm a java developer (not android), and I've never seen something like that.
p.s.: Every time I change the system environment variables I restart the computer to ensure the functionality of those variables.