trying to setup Android Studio
Go to solution
Solved by xXxYOLOxSWAGxXx_420BlazeIt,
Trying to setup android studio, i have JDK 1.8.0_31, and i have the JAVA_HOME variable pointing towards C:\Program Files\Java\jdk1.8.0_31\bin , but when I launch studio64.exe, i get the error, "The environment variable JAVA_HOME (with the value of C:\Program Files\Java\jdk1.8.0_31\bin) does not point to a valid JVM installation." what do i do?
The JAVA_HOME variable should point to the Java installation directory. so in your case it will be:
C:\Program Files\Java\jdk1.8.0_31

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now