Android Studio - JAVA_HOME doesn't point to a valid JVM installation Android Studio - JAVA_HOME doesn't point to a valid JVM installation android android

Android Studio - JAVA_HOME doesn't point to a valid JVM installation


You can try thisAndroid Studio error: "Environment variable does not point to a valid JVM instalation"

this works for me.If you start 64bit Android Studio, you have to add JAVA_HOME as

"C:\Program Files\Java\jdk..."

If 32bit

"C:\Program Files(x86)\Java\jdk..."

and dont put "\bin" end of the path.


As you told you have 64 bit system then copy this path C:\Program Files\Java\jdk1.8.0_31

Step 1 :- Create JAVA_HOME variable by clicking new and past ( C:\Program Files\Java\jdk1.8.0_31) this path.

Step 2 Then click path variable and edit then past it your path after add semicolon (;) C:\Program Files\Java\jdk1.8.0_31

enter image description here

I am using windows 10 so this windows look like this

enter image description here

Note :- If above dialog not open then , select path variable and click on Edit…. Locate the end of the current variable valueappend the path of jdk, using a semicolon And click ok


To fix it, just remove "\bin" from my JAVA_HOME variable.

NOTE: be sure to put the JAVA_HOME path variable in the System variables rather than the user variables. If the path variable is in User the Android Studio will not find the path.