Android SDK Manager Not Installing Components

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

    Solution for macOS

    1. click right on AndroidStudio.app -> show Package Contents -> MacOS
    2. now drag & dropping the studio-executable in a terminal
    3. sudo! (Ctrl+A places your cursor in front)
    4. start the SDK Manager inside AS to get your stuff (you will have root access)

    https://www.youtube.com/watch?v=ZPnu3Nrd1u0&feature=youtu.be

    0 讨论(0)
  • 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 :)

    0 讨论(0)
  • 2020-11-28 20:03

    If you use SDK Manager in Eclipse:

    Option 1: Right-click on eclipse.exe and select "Run As Administrator".

    Option 2: If you don't want to start Eclipse.exe as Administrator just install/copy Eclipse installation files from "C:\program files\Eclipse ADT Bundle\" to some unprotected folder, like "D:\android\". Run "D:\android\eclipse\eclipse.exe", select menu item "Window => Preferences => Android" and change "SDK Location" to "D:\android\sdk\". After that you'll be able to install new packages in Android SDK Manager.

    0 讨论(0)
  • 2020-11-28 20:04

    go to sdk folder and right click on SDK manager and run with administrator and enjoy installing.

    0 讨论(0)
提交回复
热议问题