Monday, October 20, 2014

Solve Android Studio crash for Yosemite Mac update

The Android Studio will start crashing once you update Mac to Yosemite.

The fix is to point android studio to 1.7* from 1.6*.

Here is what you need to do -

cd to Content to AndroiD studio -

cd /Applications/Android\ Studio.app/Contents

open Info.plist using a text editor like Sublime. (If you have Sublime in Path, you can open Info.plist
by command - Sublime Info.plist )

Update  

JVMVersion
1.6*

to 

JVMVersion
1.7*

Close the editor. Now launch the Android Studio.