2

When I launch an Android Studio software I saw the dialog box below showing

Error launching android studio The environment variable JAVA_HOME(with the value of C:\Program Files(x86)\Java\jdk1.7.0_40\bin) does not point to a valid JVM installation

My JDK is placed on the location mentioned above, why Android Studio software still can't detect it?

Michal Kordas
  • 10,475
  • 7
  • 58
  • 103
Mike
  • 177
  • 1
  • 2
  • 13

1 Answers1

2

Set up an Environment Var (Systemsettings->system->extended Settings->Environment Vars) which is called JAVA_HOME and point to your jdk folder, not your bin folder.

Example Value: C:\Program Files\Java\jdk1.8.0_05\

Emanuel
  • 8,027
  • 2
  • 37
  • 56