java - Android Studio : " No JVM installation found. Please install a 32-bit JDK " -


I have read a lot about this problem, still can not figure out what is wrong.

This is a picture of my settings:

Enter image details here

Any thoughts?

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

Your environment variable dialog shows that you have a named JDK_HOME Variable, while the error message is telling you to call it JAVA_HOME .

You are also using a version of Java which is not compatible with Android. Instead you need to use Java 6 or 7. The latest Java 7 can be found continuing.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -