问题描述

使用SDK Manager更新时出现问题
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://dl-ssl.google.com refused
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: hostname in certificate didn't match: !=
更新ADT时无法解析https://dl-ssl.google.com/android/eclipse


解决办法


最好的方法还是改hosts文件的方法,更新速度较快。Windows在C:\WINDOWS\system32\drivers\etc目录下,Linux用户打开/etc/hosts文件。
打开文件后添加以下内容。

#Google主页
203.208.46.146 www.google.com
#这行是为了方便打开Android开发官网 现在好像不×××也可以打开
74.125.113.121 developer.android.com
#更新的内容从以下地址下载
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

更多相关文章

  1. RecyclerView 各种相关问题解决方法
  2. android学习之textView布局文件
  3. AndroidManifest.xml文件详解(data)
  4. android 根据string 获取资源文件的id
  5. Android 实例子源代码文件下载地址380个合集
  6. Android基本控件常用属性及方法
  7. android 布局文件中xmlns:android="http://schemas.android.com/
  8. Android——导入已存在的android工程时出现红叉错误“AndroidMan

随机推荐

  1. Android——使用handler实现轮播图
  2. Android(安卓)DatabaseHelper
  3. [控件]SeekBar拖动条
  4. Google Play Services to Beat Android(
  5. Android(安卓)Studio之导入外部so库
  6. android——ObjectAnimator动画(一)
  7. java.lang.NoClassDefFoundError: com.ja
  8. android in practice_Using external sto
  9. android手势缩放
  10. 仿Google应用动态隐藏显示状态栏