Android SDK manager does not show packages to be installed

前端 未结 12 885
臣服心动
臣服心动 2021-01-01 23:09

I have installed Android SDK and packages. Since I had an error when opening a new project on Eclipse, I decided to uninstall SDK and install again. The problem now is that

相关标签:
12条回答
  • 2021-01-01 23:28

    Try this Tools > Options > Clear Cache, then Packages > Reload, all from the SDK Manager window.

    0 讨论(0)
  • 2021-01-01 23:31

    I use VPN software, so in Android Studio I went to Default Settings -> System Settings -> HTTP Proxy and checked Auto-detect proxy settings. It works for me.

    enter image description here

    0 讨论(0)
  • 2021-01-01 23:36

    I also got the same issue when i run my SDK i was getting nothing but android SDK tools & Extras without any branches. Proxy which i was using was not allowing SDK manager to download all the items.

    • Open SDK Manager Tool -> options -> Give the proxy settings Packages -> Reload

    Above 3 steps reloaded all the package which i was longing to see for 2 days :).

    If not for all atleast for few folks this might help

    Thanks Hari

    0 讨论(0)
  • 2021-01-01 23:36

    On Windows, right click SDK Manager in android-sdk home directory and Run as administrator. That solved it for me.

    0 讨论(0)
  • 2021-01-01 23:36

    To everyone having this issue, I was able to fix it by installing the required dependencies through the terminal with:

    sudo apt-get install libc6-dev-i386 lib32z1 default-jdk.

    After that, all the other API packages showed up

    0 讨论(0)
  • 2021-01-01 23:37

    For everyone who got this problem: Open SDK Manager click tools in the top menu -> options and turn on force hِttps://...sources

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