Mryoun
Mryoun

Reputation: 153

Android SDK DownLoad Failed

I'm trying to install a platform but when I open Android Manager then I click Available Software then select the https://dl-ssl.google.com/android/repository/repository.xml repository

I get this error:

Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

I have also tried downloading by clicking on force "http:" for all "https:" downloads on settings panel but it still doesn't help.

I'm working on Windows 7(x64).

Upvotes: 0

Views: 4265

Answers (2)

user1544900
user1544900

Reputation: 71

Please deactivate any firewall, and any virus protection software. I tried every thing, but this is the final solution. When doing that every thing goes fine, I was able to finish my android sdk downloads.

Upvotes: 2

0xC0DED00D
0xC0DED00D

Reputation: 20348

Instead of using this

https://dl-ssl.google.com/android/repository/repository.xml

Use this

http://dl-ssl.google.com/android/repository/repository.xml

Also check if you are using any proxy.

Upvotes: 1

Related Questions