运行SDK Manager.exe老是提示这样的错误:
Fetching https://dl-ssl.google.com/android/repository/addons_list-1.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to https://dl-ssl.google.com refused
Fetched Add-ons List successfully
Refresh Sources
Fetching URL: https://dl-ssl.google.com/android/repository/repository-6.xml
Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com refused

换成http也不行,请问有没有下载下来可以直接用的,或者是拿别人安装好的来用?

 

最终解决方案:

在C:\WINDOWS\system32\drivers\etc目录下,找到hosts文件,在文件末尾加上

74.125.237.1 dl-ssl.google.com

 ---------------------------2014.10----------------

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

更多相关文章

  1. AndroidManifest文件中android属性
  2. Android 的相关文件类型
  3. Android中attrs.xml文件的使用详解
  4. 如何给你的Android 安装文件(APK)瘦身
  5. 教你用电脑从 Google Play 下载 Android 程序 apk 文件
  6. Android获取keystore文件的信息
  7. Android学习笔记_布局文件属性的说明
  8. Android Xml文件生成,Xml数据格式写入

随机推荐

  1. Android平台使用MediaCodec进行H264格式
  2. android ObjectAnimator基本应用
  3. 获取Android所有的应用和包名 点击跳转已
  4. Android的StatusBar分析
  5. Android之ADB常用命令
  6. Android的Handler常见的面试问题
  7. Android(安卓)常用mimeType表
  8. Android中IDE、ADT、SDK、JDK、NDK的含义
  9. Android加载通话记录流程分析
  10. Android(安卓)onSaveInstanceState和onpa