Jump to content

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

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?

I can help with programming and hardware.

<Script>alert("This website is vulnerable to XSS");</Script>

Link to comment
https://linustechtips.com/topic/295391-trying-to-setup-android-studio/
Share on other sites

Link to post
Share on other sites

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
Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×