+1 vote
in I have a screenshot by (4.6k points)

No JVM installation found. Please install a 64-bit JDK.
If you already have a JDK installed, define a JAVA_HOME variable in Computer > System Properties > System Settings > Environment Variables.

1 Answer

0 votes
by (21.2k points)
 
Best answer

This is because you did not set up the system environment variable of jdk for Android Studio.

  1. System Properties -> Environment Variables... -> System variables -> New...
  2. Variable name:ANDROID_STUDIO_JDK -> Variable value:X:\Program Files\Java\jdk1.8.0_20 (where you installed the jdk) -> OK.
  3. That's all, try to run your android-studio\bin studio.exe again.
Welcome to Best solution for PC & Software errors, where you can ask questions and receive answers from other members of the community.
...