您的位置:首页 > 理论基础 > 计算机网络

Unable to read repository at https://dl-ssl.google.com/android/eclipse/content.xml问题解决

2014-07-04 08:40 1036 查看
用eclipse下载ADT时,出现这个问题:

Unable to read repository at https://dl-ssl.google.com/android/eclipse/content.xml.
方案1:搜索了下Stackoverflow,发现是https的安全问题。把https换成http就好了。

方案2:打开C:\WINDOWS\system32\drivers\etc中的hosts文件,在最后一行添加:74.125.237.1 dl-ssl.google.com

方案3:直接官网http://developer.android.com/sdk/installing/installing-adt.html下载ADT压缩包,不必解压。在eclipse Help > Install New Software,点击Add,选择Archive,选择下载的压缩包就可以了。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: