简体   繁体   中英

Android Studio, No JVM Installation Found

I just download Android Studio and installed it on my computer. I previously had installed the JDK Development Kit also (jdk1.8.0_65).

When I try to open the program I get the following error: " No JVM installation found. Please install a 64-bit JDK. If you already have a JDK installed, define a JAVA_HOME variable in Computer >... etc. "

I created the variable and pointed it to the location of my JDK and restarted my computer but the same error keeps popping up. What am I missing?

Computer Specs

  • Windows 7 64bit
  • JDK installed: 1.8.0_66-b18

You should use 64 bit version of JDK, I suspect you are using 32 bit. You can manually uninstall the current version. See How to uninstall JDK

Once this is done install 64 bit JDK from here

启动Android Studio时,请确保根据您的环境单击正确的可执行文件( studio.exestudio64.exe ),否则您可能会看到消息“未找到JVM安装”。

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