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

10,264

Solution 1

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.

Solution 2

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

Share:
10,264

Related videos on Youtube

Abhishek
Author by

Abhishek

Decision Scientist at Mu Sigma Inc. Studied Software Engineering at SRM University. Worked at NEC Corp. Tokyo, in the field of DTN and Message Routing.

Updated on June 04, 2022

Comments

  • Abhishek
    Abhishek almost 2 years

    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