Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

2013/08/14

Cannot Start Android Studio - No JVM installation found

Do you have problem to start Android Studio on Windows 7 (8) 64 and error message is something like:

   No JVM installation found. Please install a 64-bit JDK.

If yes, reason can be in Java.

In my case:
  • Windows 7 64
  • Java 1.7.0_17-b02 (32 bit)
If I try to start Android studio, following alert occure: 


Reason?

Start icon of Android Studio has link to studio64.exe file. But my Java is not 64 bit.

Solution?

Replace studio64.exe in link by studio.exe. Thats all. ;)
▼ Click here to say thanks ▼