I have a problem , my android-sdk-manager is suddenly stopped showing all packages, it is only showing the installed packages only. Can you guys help me out how to solve this issue?
2 Answers
Navigate through File --> setting --> Android SDK --> SDK update site tab, in that check force https://... sources to be fetched using http://...

- 22,772
- 22
- 86
- 142
-
did you got all packages now ?@Dead-Archie – Amit Vaghela May 20 '16 at 09:12
-
No, force https://... sources to be fetched using http://... is check. but not getting all packages. – Dead-Archie May 20 '16 at 09:45
-
have you tried checking/unchecking box of Updates/New OR Installed in Android SDK Manager Window ? – Amit Vaghela May 20 '16 at 09:48
-
Yes i have also tried that, toggled Updates/New OR Installed check box for 5 mins or more. but nothing happen. – Dead-Archie May 20 '16 at 09:52
-
okay. i thing if you reset android-studio settings than it will work(take backup) – Amit Vaghela May 20 '16 at 09:55
-
Yes i did that also, but it is fetching it's previous set up. Can you tell me how to complete delete android settings ?? Which folders need to be deleted ? – Dead-Archie May 20 '16 at 09:59
-
close android-studio than delete C:\Users\dead-archie, now delete .AndroidStudio2.1. inform me if not done. – Amit Vaghela May 20 '16 at 10:02
-
Nope, nothing happening, is it be any proxy issue ? – Dead-Archie May 20 '16 at 10:39
-
check answer from http://stackoverflow.com/questions/18169816/android-sdk-manager-only-show-installed-package – Amit Vaghela May 20 '16 at 11:01
Firstly, just try toggling "Updates/New
", there might be a glitch on the SDK manager itself.
Secondly you can go to "Tools -> Manage Add On sites...
"
Ensure they are all clicked
Third, try Reloading. i.e "Packages -> Reload
"
Also check what is ticked with the Packages menu.
Alternatively @scottt has suggested the following:
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.
Original Post: android SDK manager, only show installed package
Consider unticking "Force https://...sources to be fetched using http://..."
, this might cause authentication issues as well.
-
there is no 'Manage Add On sites' in/under Tools in new version – Shirish Herwade Jul 20 '17 at 13:32