Android 访问本地API doc较慢

最好的方法还是改hosts文件的方法,更新速度较快。Windows在C:WINDOWSsystem32driversetc目录下,Linux用户打开/etc/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

原文地址:https://www.cnblogs.com/rfheh/p/4165003.html