红联Linux门户
Linux帮助

adb不能更新,Windows和Linux两系统的解决办法

发布时间:2016-03-26 10:26:00来源:linux网站作者:skylovesky

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


本文永久更新地址:http://www.linuxdiyf.com/linux/19261.html