Problem Description:
Android SDK Manager cannot download updates, or updates are slow, or the list of packages to be installed does not appear
Workaround:
First step: Modify the Hosts file
The contents of the modified Hosts file are:
127.0.0.1 Localhost#google home 203.208. 46.146 www.google.com# This line is for the convenience of opening the Android development website now it seems like no VPN can also open 74.125. 113.121 developer.android.com# updated content is downloaded from the following address 203.208. 46.146 dl.google.com203.208. 46.146 DL-ssl.google.com****************************************
The second step, in the Android SDK Manager's tool->option option, is to force the HTTPS resource acquisition method into the way the HTTP protocol gets.
For many friends who are ready to get started andriod, if you are using Eclipse, you will certainly encounter an issue where Android SDK Manager is unable to download updates.
For some reason, Android SDK Manager is not available to download at home, here is a solution that does not require a circumvention.
The first step, modify the hosts under C:\WINDOWS\SYSTEM32\DRIVERS\ETC, open as a text document, add a sentence at the end of the document 74.125.237.1 dl-ssl.google.com
Second step, and then restart Eclipse's Android SDK manager.
is not very simple ~ ~
Try it ~ ~ ~