Jason
Jason

Reputation: 367

android sdk manager doesn't show any updates

When I first ran SDK manager it had loads of options to download, I installed API 15 and 10, I need the support package installed to start a new project and the only thing that shows up now are the currently installed packages. Nothing new shows up. I'm using repository 7. Any ideas?

My main concern is that after updating I can't start a new project because I'm missing the android support libraries, I can't get the support libraries because the downloader won't update the list.

Upvotes: 0

Views: 3966

Answers (5)

Yang C
Yang C

Reputation: 536

Try to Restart Adb Server, that's how I've made that.

If using VS2015, it could be found under "Tools -> Android" menu.

Upvotes: 0

The EasyLearn Academy
The EasyLearn Academy

Reputation: 927

it is the problem we face many time in eclipse.
to solve this problem you need to Clear your cache and reload. just follow below given step

open AVD manager

The clear-cache button is in Tools > Options.
and reloading is Packages > Reload in the SDK Manager.
also seled first check box in other category which force https insteam of http.
restart AVD and Eclipse

Upvotes: 0

Guillermo Merino
Guillermo Merino

Reputation: 3257

I had the same problem, found the solution here: https://groups.google.com/forum/?fromgroups=#!topic/android-developers/wp8FFGmsgAQ

Clear your cache and reload. The clear-cache button is in Tools > Options in the SDK Manager, and reloading is Packages > Reload in the SDK Manager.

Upvotes: 3

Anzor Asadov
Anzor Asadov

Reputation: 402

Go to "Tools > Options" and set up the Proxy Settings. Hope it helps

Upvotes: 0

Tenfour04
Tenfour04

Reputation: 93639

Try quitting Eclipse and then opening the SDK Manager directly. This worked for me.

Upvotes: 0

Related Questions