Android SDK Manager 消除SDK更新时的“https://dl-ssl.google.com refused”错误

消除SDK更新时,有可能会出现这样的错误:
Download interrupted: hostname in certificate didn't match: <dl-ssl.google.com> != <www.google.com>
Download interrupted: Connection tohttps://dl-ssl.google.comrefused
Done. Nothing was installed.

解决办法是:将https://修改为http://
修改方法是:如下图,在Android SDK Manager->Tools-Options...选项界面,
将“Force https://… sources to be fetched using http://…”勾选!

如果还有错,可以在文件(C:\Windows\System32\drivers\etc\hosts)中,添加如下几行:
203.208.46.146www.google.com
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com

更多相关文章

  1. Android NDK 运行错误:java.lang.UnsatisfiedLinkError: Couldn't
  2. Android Linux Socket 数据传输错误
  3. Unity整合Android , 错误Fatal signal 11 (SIGSEGV)
  4. Android !No Launcher activity found!错误
  5. 关于getting 'android:label' attribute: attribute is not a st
  6. eclipse:打开 eclipse 出现 “android sdk content loader 0%”
  7. Android Studio 出现 Gradle's dependency cache may be corrupt
  8. android新建工程报找不到android:preserveIconSpacing的错误
  9. Android Studio导入(import)工程时常见错误

随机推荐

  1. 谷歌J2ObjC:打破Android应用与iOS应用之间
  2. 开发Android必备的java基础
  3. 第一讲:android socket 网络数据传输
  4. Android实现与SQL连接
  5. Android(安卓)View使用详解
  6. android 使用aapt方法
  7. 能够删除的安卓(Android)系统自带程序详
  8. 开发者必备的十二大Android开发资源
  9. Android(安卓)面向协议编程 体会优雅编程
  10. java/android 设计模式学习笔记(9)---代理