Don't see Android SDK and AVD Manager when execute android tool command

后端 未结 11 621
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-29 08:49

I\'m developing android on Mac OS.

In the first time, I use android tool command (/tools/android) to launch Android SDK and

11条回答
  •  借酒劲吻你
    2020-12-29 09:37

    Suppose the SDK is installed in the opt folder, you could try the following command:

    sudo /opt/android-sdk/tools/android ; exit;
    

    This will open the SDK manager.
    You need the sudo as often the storing folder (opt in this case) is protected from writing.

提交回复
热议问题