Problem Description:
the Android SDK Manager cannot download the update, or the update is very slow, or the list of packages to be installed is not displayed. Workaround:First, we'll modify the hosts file. The location of the file is in the system disk (typically C-drive) with the following path:C:\Windows\System32\ drivers\etc\hosts. Find the file, we need to modify the file, some students may find that will not be able to modify the file, this may be because the hosts file is set to read-only properties, we can remove its read-only properties, 1, in the file attributes, the tick in Figure 1 is canceled. Figure 1 The Properties box for the Hosts fileOpen the Hosts file again, and add the following code in its trailing margin to save:
#Google主页
203.208.46.146Wwwgoogle. #这行是为了方便打开Android开发官网 now seems to be not VPN can also open
74.125.< Span class= "lit" >113.121 Developer.. COM
#更新的内容从以下地址下载
203.208. 46.146 Dl.. COM
203.208. 46.146 Dl-ssl.. COM
Second, in the Android SDK Manager's tool->option option, the HTTPS resource acquisition method is forced to replace the HTTP protocol acquisition method. 2 is shown below: Figure 2 Modifyingoptions for Android SDK managerthird, reopen the Android SDK Manager to see if a normal update list is displayed. Source: http://wlj250237.blog.163.com/blog/static/209979072201411952630112/
Android SDK Manager failed to update (2014-11-6 test OK)--For your own collection