I am unable to update packages in SDK manager , it shows Download interrupted: Unknown Host dl-ssl.google.com. I am not using any proxy and my Comodo firewall is also turned off. I have also tried to run SDK with admin privileges. Anyone know how to solve this ? I have read many posts regarding this but nothing has worked so far.
-
Have you tried pinging that domain name? It resolves for me here. – CommonsWare May 10 '14 at 14:39
-
Yes , i have but it's still showing Unknown host error. – Faye May 10 '14 at 14:49
3 Answers
The problem is surely antivirus. Comodo firewall runs in background even if you disable the firewall and that causes problem with SDK . I too had the same problem.
1.run comodo settings
2.defense+
3.list active processes
4.add adb.exe to trusted processes
5.restart server: run "adb kill-server" "adb start-server"
For Comodo 6.x
1.Open Comodo
2.Click Tasks Icon at right top
3.Click Advanced Tasks
4.Click Open Advanced Settings
5.Select Security Settings --> File Rating --> Trusted files from left panel
6.Click on the upward arrow icon at the bottom
7.Click Add --> add the adb.exe

- 1,307
- 12
- 18
Its because you are not able to connect to to the official Android repo using HTTPS protocol. Simply change it to HTTP under Windows -> Android SDK Manager.
reference : link

- 91
- 2
- 3
Set the HTTP proxy settings in Android SDK Manager by navigating to: Tools -> Options. This resolved the issue for me.

- 21
- 1