Parham Doustdar
Parham Doustdar

Reputation: 2039

Android Development Tools SDK Manager doesn't fetcch updates and new packages?

I'm trying to install the API 20 ABI. When I open the SDK manager UI, I only see installed packages, and nothing to install (the ABI images are not even in the list -- it's whatever that comes with the ADT by default). When I use the command line to update, using android update sdk --all --no-ui, this is what I get:

Refresh Sources: Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml Fetched Add-ons List successfully Refresh Sources Fetching URL: https://dl-ssl.google.com/android/repository/repository-10.xml Refresh Sources: Fetching URL: https://dl-ssl.google.com/android/repository/repository-10.xml There is nothing to install or update.

But this is not true. I haven't installed any CPUs for any APIs.

Also, when I set the SDK UI to show me the packages group by repositories, I only see Local Packages.

What's wrong?

Edit: I forgot to mention that I've both tried the command above using --no-https, and through the SDK manager by checking the box that says Force https://... sources to be fetched using http://... No luck.

Upvotes: 0

Views: 412

Answers (3)

Rowan
Rowan

Reputation: 163

Clear the SDK manager cache. SDK manager --> Tools --> options --> clear cache
Check this answer, it worked for me

Upvotes: 1

betorcs
betorcs

Reputation: 2821

Verify if this option is checked

enter image description here

Upvotes: 0

ashoke
ashoke

Reputation: 6461

In Android SDK manager, under tools -> options, enable force https to http, close the SDK manager and reopen. See if that fixes this issue. Another user reported similar issue.

Upvotes: 0

Related Questions