Android Studio IDE with private jre/jdk? OSX

后端 未结 5 784
终归单人心
终归单人心 2020-12-18 04:50

I\'m running OSX 10.8 and was trying to run the Android Studio app bundle using a private jdk rather than one that is globally installed.

EDIT: I don\'t have any ja

5条回答
  •  悲&欢浪女
    2020-12-18 05:23

    $ export STUDIO_JDK=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk
    $ open /Applications/Android\ Studio.app
    

    here is explain link

提交回复
热议问题