I can't install Android Studio because when I start the installation,
it can't detect a JDK. When I set manually the path (C:\Program Files\Java\jdk1.7.0_79
) and click Next, it says that he still could not detect a valid JDK. I have done what it asks: verify the version with java.exe -version
and this is OK, I have a good version (1.7). I have also try with a 1.8 version, but it didn't work either.
I have tried everything I've found :
set the environment variables :
JAVA_HOME
andJDK_HOME
to"C:\Program Files\Java\jdk1.7.0_79"
andPATH
to"C:\Program Files\Java\jdk1.7.0_79\bin"
(and I have placed it before"C:\Windows\System32"
)uninstall all JDK and reinstall just one.
I have verified that my configuration matches the minimum system requirements (and it's OK).
The Virtualization Technology is enabled.
And I need to mention that I had Android Studio installed on my computer (it worked perfectly, and I didn't had any problem to install it the first time) but I had to uninstall it. I did it properly (with the "uninstall a program" in the control panel). After that, before trying to reinstall it, I have empty the trash and clean the registry with CCleaner.
Thanks in advance for your answers :)