天天看点

android SDK Manager更新慢、无法更新

andriod sdk谷歌官方已不支持更新, 最后更新日期20140702

adt-bundle-windows-x86_64-20140702

官方最后更新sdk下载地址 :

链接:http://pan.baidu.com/s/1qwwvra0  密码:30dt

包比较大8g多点,支持andriod2.2(api level 8)到andriod5.1.1(api level 22),直接下载就可使用,不需要配置非常方便

最靠谱的方法还是×××到

http://developer.android.com/sdk/index.html

下载andriod studio

如果你习惯了eclipse+adt插件,请参考下面的步骤

1.修改hosts文件加速

hosts文件里面添加下面的内容,省去了dns解析

203.208.46.146 www.google.com

74.125.113.121 developer.android.com

203.208.46.146 dl.google.com

203.208.46.146 dl-ssl.google.com

2 设置镜像服务器

镜像服务器地址在http://www.androiddevtools.cn/可以得到

常用镜像服务器

×××开源协会镜像站地址:

ipv4/ipv6: <code>http://mirrors.opencas.cn</code> 端口:80

ipv4/ipv6: <code>http://mirrors.opencas.org</code> 端口:80

ipv4/ipv6: <code>http://mirrors.opencas.ac.cn</code> 端口:80

上海gdg镜像服务器地址:

        http://sdk.gdgshanghai.com  端口:8000

北京化工大学镜像服务器地址:

ipv4: <code>http://ubuntu.buct.edu.cn/</code> 端口:80

ipv4: <code>http://ubuntu.buct.cn/</code>   端口:80

ipv6: <code>http://ubuntu.buct6.edu.cn/</code>  端口:80

大连东软信息学院镜像服务器地址:

        http://mirrors.neusoft.edu.cn 端口:80

注意设置的时候http://都去掉前缀和/后缀都去掉

具体设置步骤如下

1、打开android sdk manager

2、打开tool-&gt;options,如图所示

android SDK Manager更新慢、无法更新

3、将proxy settings 里的http proxy server和http proxy port分别设置成 

      mirrors.opencas.cn和80

将others中的force https://...sources to be fetched using http://...复选框勾上

如下图所示:

android SDK Manager更新慢、无法更新

继续阅读