user6337937
user6337937

Reputation:

Android Studio can't open because of invalid because of JVM installation

The problem is that when I start Android Studio it shows me this table which says that I haven't installed a valid version of JVM

https://i.sstatic.net/ljyhQ.png

I have checked the path of JAVA_HOME in my Environment Variables and it is correct

https://i.sstatic.net/jPYQe.png

What should I do to correct it?

Upvotes: 0

Views: 131

Answers (3)

jojo625
jojo625

Reputation: 26

I had the same problem. I fixed it by deleting the jre.Then installer asks to install jre (at installing again). If its not running make a JAVA_HOME variable to this path.

Upvotes: 0

girish singh
girish singh

Reputation: 1

Install latest version of jre and also check your os 64 bit or 32. and set jdk path instead of jre

Upvotes: 0

Bhargav Kumar R
Bhargav Kumar R

Reputation: 2200

You are referring to jre not jdk. Change your JAVA_HOME point to valid JDK

Upvotes: 1

Related Questions