Reputation: 2039
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
Reputation: 163
Clear the SDK manager cache. SDK manager --> Tools --> options --> clear cache
Check this answer, it worked for me
Upvotes: 1
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