Android SDK Manager Not Installing Components

前端 未结 16 1722
你的背包
你的背包 2020-11-28 19:35

Not sure what I\'m doing wrong here. I installed the Android SDK Manager, and am now trying to install a platform like the Android Dev website suggests. Once I clicked insta

16条回答
  •  情深已故
    2020-11-28 19:59

    To go along with what v01d said:

    Using Android Studio for Mac OS X, the SDK folder could also be at /Users/{user}/Library/Android/sdk, where {user} is your username.

    To find out where the partial SDK installation is, go to Configure > SDK Manager in Android Studio, then click edit at the top. This should pop up a window and show the location.

    Copy this path and paste it front of the cd command in a terminal. Finally execute sudo ./android sdk to launch the standalone SDK manager.


    EDIT (July 14, 2016):

    The "android" binary file could also be at /Users/{user}/Library/Android/sdk/tools.

提交回复
热议问题