0

"Android Studio was unable to find a valid JVM" I use Mac OS Yosemite.

The official statement is: "Please note: Do not edit Info.plist to pick a different version. That will break not only the application signature, but also future patch updates to your installation."

What should i do?

Bohuslav Burghardt
  • 33,626
  • 7
  • 114
  • 109

1 Answers1

0

Already answered over here Android Studio was unable to find a valid Jvm (Related to MAC OS)

Note that this last variable allows you to for example run Android Studio with Java 7 on OSX (which normally picks Java 6 from the version specified in Info.plist):

$ export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.7.0_67.jdk

$ open /Applications/Android\ Studio.app

Worked for me

Community
  • 1
  • 1
Govind
  • 311
  • 1
  • 12