Pages

Sunday 11 September 2016

No JVM Installation found. Please install a 64 bit JDK


Adding a system variable JDK_HOME with value c:\Program Files\Java\jdk1.8.0_21\ worked for me. Additionally, make sure the variable JAVA_HOME is also set with the above location.

Even error not clear ,don't worry. Right click on Android studio from windows > All Programs
If target path ends like 'studio64.exe' ,then change it to 'studio.exe' .



1 comment:

  1. Am I supposed to change the USER VARIABLES or the SYSTEM VARIABLES

    ReplyDelete

Code Review

 SOLID Principles S – Single Responsibility Principle There should never be more than one reason for a class to change. O – Open-Closed Prin...