Android SDK Manager Not Installing Components

前端 未结 16 1727
你的背包
你的背包 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:52

    In Mac OS X (tried with Android Studio), do the following in Terminal

    cd /android/adt-bundle-mac-x86_64/sdk/tools 
    sudo ./android sdk
    

    This launches SDK manager as admin. Now update/install the packages from SDK manager and it'll work.

提交回复
热议问题