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 -
JVMVersion
1.6*
JVMVersion
1.7*
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
to
Close the editor. Now launch the Android Studio.
I wish more people dated their post properly
ReplyDeleteThis solved a hanging situation after I updated to the preview version of Android Studio 2.0.
ReplyDeleteIn my case, my JVMVersion was originally "1,6*,1.7+". I changed it to "1,7+", and the IDE now starts up normally.