3.2 sdk platform install problem. “Done. Nothing was installed”

后端 未结 6 1849
名媛妹妹
名媛妹妹 2020-12-13 17:05

I select everything in the new 3.2 update but then I get the error message \"done. nothing was installed\" after the sdk manager runs its process.

Here is the sdk in

相关标签:
6条回答
  • 2020-12-13 17:29

    these answers are all for windows users since it recommends running the manager as an administrator. for those on any linux platform (I'm on OSX), I suggest you cd into the folder where the sdk is trying to download (for me it was /android-sdk/temp)

    then I allowed all permissions in the folder recursively by running

    sudo chmod 777 ./
    
    0 讨论(0)
  • 2020-12-13 17:33

    On Linux, simply run gksudo android or kdesudo android to start the Android SDK manager as root.

    0 讨论(0)
  • 2020-12-13 17:37

    As you will likely be using the SDK Manager more than once, and it will always need these admin rights, a better option than having to remember to right-click on the file/shortcut and select 'run as administrator' every time would be to set the application to always be executed with admin rights without you having to remember to do this every time by doing the following:

    1. Navigate to the SDK Manager.
    2. Right-click on the SDK Manager.exe file.
    3. Select properties from the context menu.
    4. Click the compatibility tab.
    5. Select the "Run this program as an administrator" checkbox.
    6. Click the ok button to close the properties dialog.

    You can find more detailed information about this and related options here.

    0 讨论(0)
  • 2020-12-13 17:47

    The key to your problem is simple. You need to have an administrator access. The files are not being created automatically and hence the installation fails.

    Start>>And roid SDK Manager>>right click SDK Manager and select run as an administrator.

    Try downloading again. It should work fine.

    0 讨论(0)
  • 2020-12-13 17:49

    I had the similar issue and this is what i did
    in windows 10 the SDK manager is located at

    C:\Users\your_userfolder\AppData\Local\Android\sdk
    

    if you can't see the "Appdata" folder just click on "view" tab at the top of the window and check the "Hidden items folder". right click on the "SDK Manager.exe" file and click on "run as administrator". After that the packages should start to install

    0 讨论(0)
  • 2020-12-13 17:53

    Start the SDK manager as Administrator.


    • Right Click SDK Manager
    • Select Run As Administrator
    • Click the YES button
    0 讨论(0)
提交回复
热议问题