I am trying to install an android SDK version using SDK Manager. I am getting the error:
Failed to fetch https://dl-ssl.google.com/android/repository/repository.xml.

I tryied to use http instead of https but it failed too .

I added sdkman.force.http=true to ~/.android/androidtool.cfg but it failed.
I followed this link but got nothing there worked.
I tried to execute the SDK Manager as root but it failed too.

If I browse to the URL of the xml it shows its contents, so it is accessible.

Any idea?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Updating the ADT eclipse plugin solves the problem. Also you can update the SDK Manager to the last version.

link|improve this answer
Thanks. This is the solution. – Tony Dec 28 '11 at 17:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.