Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android SDK log shows: "Download interrupted: Connection to https://dl-ssl.google.com refused",what can be done?

When I try to download the Android API the Android SDK Manager log shows

"Download interrupted: Connection to https://dl-ssl.google.com refused"

This is not allowing the repository to be added. I verified the proxy settings under Network settings . How do I add the repository..whats the problem?

Problem Image

like image 959
Abhishek Avatar asked Aug 20 '13 08:08

Abhishek


2 Answers

This might be because you are connected to internet via a proxy server. So if so, you should set the proxy settings. Go to Tools>Options of the Android SDK Manager and set Http poxy server and Http Proxy Port. eg:

  • Http poxy server:cache.mrt.ac.lk

  • Http Proxy Port:3128

    Restart SDK manager and try again.

like image 181
Samitha Chathuranga Avatar answered Nov 14 '22 22:11

Samitha Chathuranga


I also had a intruption when i try to unstall or update package in my SDK manager

Downloading Google USB Driver, revision 9 Download interrupted: Invalid argument: connect Done. Nothing was installed.

I resolved it by doing this :

In SDK Manager go to Tools => Options and ckeck the " forces https//... sources to be fetched using http://... " as you can see in the picture

enter image description here

like image 36
Netero Avatar answered Nov 14 '22 23:11

Netero