最近有一个项目要用安卓开发,记得以前装过Android SDK,今天照例。先下载Eclipse,又装好了ADT,可是在装Android SDK时却出现了
Fetching http://dl-ssl.google.com/android/repository/addons_list-1.xml
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://dl-ssl.google.com/ refused
Fetched Add-ons List successfully
Fetching URL: http://dl-ssl.google.com/android/repository/repository-6.xml
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to http://dl-ssl.google.com/ refused
Done loading packages.
安装Android SDK出现Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml解决方案
网上查资料,终于在谷歌官网找到了答案
http://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=21359
具体操作:
•用记事本或Gvim打开C:\WINDOWS\system32\drivers\etc中的hosts文件
•在最后一行添加74.125.237.1 dl-ssl.google.com
•成功解决问题。

更多相关文章

  1. Android中关于android:imeOptions="actionSearch"使用android:ma
  2. android导航设计
  3. android兼容oppo手机刘海屏解决方案
  4. android兼容小米xiaomi刘海屏解决方案
  5. android兼容huawei手机刘海屏解决方案
  6. android兼容huawei手机刘海屏解决方案
  7. android兼容oppo手机刘海屏解决方案
  8. android兼容小米xiaomi刘海屏解决方案
  9. 王家林的81门一站式云计算分布式大数据&移动互联网解决方案课程

随机推荐

  1. Android(安卓)使用View类绘图
  2. 命令行创建虚拟环境
  3. Android下so注入汇总
  4. 【Android(安卓)电量优化】JobScheduler
  5. 通过ua检测浏览页面的设备是phone还是tab
  6. android语音识别 android.speech 包分析
  7. Android设置Selector不同状态下颜色及图
  8. 解决Ubuntu报错 E: Unable to locate pac
  9. CSS:媒体查询-复习
  10. CSS:表格的常用样式-复习