简体   繁体   中英

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

http://i.stack.imgur.com/ljyhQ.png

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

http://i.stack.imgur.com/jPYQe.png

What should I do to correct it?

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

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM