android SDK manager, only show installed package
Asked Answered
D

7

9

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 http://developer.android.com/sdk/index.html

enter image description here enter image description here

Does anyone know why? Thx!

Dioscuri answered 11/8, 2013 at 7:40 Comment(0)
D
7

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.

Driblet answered 11/8, 2013 at 7:45 Comment(1)
Yes, that means 'show installed packages too'. But he has the 'Updates/New' checked, and that means 'show not installed packages and packages with updates available'. For example, here is my SDK manager's screenshotRagg
S
5

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!

Snot answered 11/3, 2014 at 22:46 Comment(0)
F
3

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.

Freezing answered 14/8, 2014 at 7:55 Comment(0)
T
2

This worked for me -enter image description here

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

Tonsillectomy answered 5/2, 2015 at 19:4 Comment(1)
Force https is the solutionGocart
R
1

Manager is unable to load list of packages from repository, probably it's proxy or firewall issue (as I know, it uses standard http). So, it just doesn't know anything about non-installed packages.

Check your internet connection and try again (there is a button "Reload" in the "Packages" menu)

Ragg answered 11/8, 2013 at 8:1 Comment(0)
S
1

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

Supernumerary answered 11/8, 2013 at 8:16 Comment(0)
D
0

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.

Davenport answered 10/11, 2014 at 9:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.