首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

Android SDK无法更新有关问题

2013-08-09 
Android SDK无法更新问题?1、在SDK Manager下Tools-Options打开了SDK Manager的Settings,选中“Force https

Android SDK无法更新问题

?

1、在SDK Manager下Tools->Options打开了SDK Manager的Settings,

选中“Force https://… sources to be fetched using http://…”,强制使用http协议。


2、修改host文件,添加下面两行
#google_android更新
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

?

windows: C:\WINDOWS\system32\drivers\etc\hosts

mac:?/etc/hosts

?

热点排行