Reputation:
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
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
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
Reputation: 2200
You are referring to jre
not jdk
. Change your JAVA_HOME
point to valid JDK
Upvotes: 1