Android Studio failed to load JVM on Mac OSX (Mavericks)

后端 未结 6 1289
南笙
南笙 2021-01-30 17:28

I am trying to setup Android Studio on my Mac. It is running OSX 10.9.1 Mavericks. I have installed the latest JDK (at the time of writing 1.7 update 45), and I installed Androi

6条回答
  •  日久生厌
    2021-01-30 18:10

    mgamerz is right - The release notes give a much better solution for rc3 and onwards - theres a idea.properties file (or environment variable)

    ~/Library/Preferences/AndroidStudio/idea.properties

    it also shows what environment variables you can use to set things like the jdk

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

    ref : http://tools.android.com/recent/androidstudio1rc3_releasecandidate3released

提交回复
热议问题