Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 :

enter image description here

any idea ?

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

like image 347
Saeid Khaleghi Avatar asked Mar 20 '23 20:03

Saeid Khaleghi


2 Answers

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.

like image 110
JonK Avatar answered Apr 06 '23 17:04

JonK


Try Searching with windows where the jdk is, then target your system variable to that location.. hope this help

like image 22
user3447006 Avatar answered Apr 06 '23 18:04

user3447006