Android SDK Manager Not Installing Components

前端 未结 16 1717
你的背包
你的背包 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 20:02

    For Linux/ubuntu User

    • Why it's happening?
      due to lock icon on some folder(not having read/write access) in
      "/yourpath/android-studio-SDK"

    • Sort and sweet solution
      -Open Terminal (Ctrl +alt +t)
      -copy pest sudo chown -R $USER: $HOME
      -wait for a while.....
      -now Try again to update your SDK

    Happy Coding :)

提交回复
热议问题