简体   繁体   中英

Android Studio : “ No JVM installation found. Please install a 32-bit JDK ”

i read a lot about this problem , still can't figure out what is im doing wrong ?

this is a picture of my settings :

在此输入图像描述

any idea ?

Update : [ As you see in the picture , im using java 8 , is it wrong ? ]

Your environment variables dialog shows you have a variable called JDK_HOME listed, whereas the error message is telling you to call it JAVA_HOME .

You are also using a version of Java that isn't compatible with Android. You'll need to use Java 6 or 7 instead. The latest Java 7 release can be found here .

尝试使用jdk所在的窗口进行搜索,然后将系统变量定位到该位置。希望此帮助

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