android SDK manager, only show installed package

前端 未结 7 2083
余生分开走
余生分开走 2021-01-11 21:26

There is something wrong with my SDK manager, which only show the installed package. I couldn\'t install the others.

*I downloaded the ADT bundle for windows from htt

相关标签:
7条回答
  • 2021-01-11 21:57

    Check my solution on this issue. You may need to use a Proxy to connect to the internet then attempt your download. See this answer

    I believe this should solve your problem, seemingly your having connection issues.

    0 讨论(0)
  • 2021-01-11 22:01

    I often get temporary connection errors on the dl-ssl.google.com repo site. To determine if it's a simple connectivity issue, you could attempt to connect to one of the repo file links via your browser.

    0 讨论(0)
  • 2021-01-11 22:05

    I had the same problem and its about proxy issues I think. To solve it: in SDK manager go to Tools > options In other section check the below: force https://... sources to be fetched using http://...

    Then it will fetch all the packages!

    0 讨论(0)
  • 2021-01-11 22:11

    This worked for me -enter image description here

    Keep HTTP proxy server and HTTP proxy port empty (from Tools -> option) and check force https

    0 讨论(0)
  • 2021-01-11 22:18

    You can download only SDK here: http://dl.google.com/android/installer_r22.0.5-windows.exe and install all use this.

    0 讨论(0)
  • 2021-01-11 22:21

    Have you tried running the SDK Manager with Run as Administrator?

    It always fails loading or downloading packages for me when it isn't ran as an admin.

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