Marco Maserati
Marco Maserati

Reputation: 40

How to download additional android SDK on eclipse adt

When i open the eclipse(adt) sdk manager it always prompt me these errors:

Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-2.xml, reason: Unknown Host dl-ssl.google.com

and

Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-10.xml, reason: IO Unknown Host dl-ssl.google.com

And the SDK manager doesn't loads all the packages and SDK.

Does someone had the same problem? How did you solve it?

Is there another way to download all the SDK and packages?

Upvotes: 0

Views: 211

Answers (1)

Totoro
Totoro

Reputation: 1347

This is because SDK manager is not able to connect to google server. Might be your firewall is blocking it. Things you can try :

1)Adding adb.exe and java.exe in your firewall's trusted programs may solve the issue.

2)Go To Tools -> Options in SDK Manager. Check https to force to http and try..

3)Running SDK manager with admin priviege

Upvotes: 1

Related Questions