Open AndroidStudio project from command line on OSX

前端 未结 7 1303
眼角桃花
眼角桃花 2020-12-13 03:12

I would like to open an AndroidStudio project from the command line on my Mac. Something like:

~ $ AndroidStudio --path ~/my_android_project
<
7条回答
  •  無奈伤痛
    2020-12-13 04:02

    Typing the path to the android studio application binary, followed by a path to an android project directory works for me.

    for example:

    /Applications/Android\ Studio.app/Contents/MacOS/studio  ~/androidprojects/AndroidAppProjectDirectory
    

提交回复
热议问题