1

Possible Duplicate:
Android SDK Manager gives “Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml” error when selecting repository

In trying to set up the Android SDK, I can't seem to get connected to the repository. With the proxy set correctly, and https forced to http, I get this error:

Failed to fetch URL http://dl-ssl.google.com/android/repository/repository.xml, reason: Connection reset.

Without the proxy set, I get the same result, except it says the connection has timed out.

Anything I'm missing here?

Community
  • 1
  • 1
user473759
  • 11
  • 2
  • 4

1 Answers1

0

It looks like something is wrong with your proxy settings. I was getting that error until i set my proxy correctly. Also you should be using Https not Http when you have the proxy setup.

snowstreams
  • 575
  • 2
  • 13
  • 23