android adb不能更新的话:
一,windows系统的在hosts文件里边加上:
#Google主页
203.208.46.146 www.google.com #这行是为了方便打开Android开发官网 现在好像不VPN也可以打开
74.125.113.121 developer.android.com #更新的内容从以下地址下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
然后更改 adb【tools】->【options】->Force https 这一项选上。
二,linux系统下的在:
sudo gedit /etc/hosts
在该文件中添加下面的内容:
74.125.237.1 dl-ssl.google.com