Thursday, December 24, 2015

Android Studio Crash Fix - Yosemite Mac


New Yosemite update causing crash in Android studio, once we get into project.  
After searching it, I found it like it was because of JVM version.
So, the fix is we have to update android studio JVM version to 1.7+ from 1.6*

For that -
Go to Applications  - Android Studio -> Right click to Show Contents 
open Info.plist using a text editor. 

Then update , 

JVMVersion - 1,6*,1.7+"  to 1.7+

If your version is showing, 1.6* then update it to 1.7*

Close the editor. Now launch the Android Studio.