1. Android SDK Manager

卡在FetchingURL:http://dl-ssl.google.com/android/repository/repository-6.xml

或者Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-7.xml, reason: Connection to http://dl-ssl.google.com refused

解决方法:在hosts文件加入以下host,重启Android SDK Manager

74.125.237.1 dl-ssl.google.com

附上hosts文件修改方法:

windows:

用notepad打开C:\WINDOWS\system32\drivers\etc 中的hosts文件

Mac:

打开终端

输入sudo vi /etc/hosts

再输入密码

再输入i

移动光标到你需要修改的地方

完成后按esc, 然后输入:wq

更多相关文章

  1. 安装Android(安卓)Studio——Installing Android(安卓)Studio
  2. Android(安卓)xml资源文件中@、@android:type、@*、?、@+的含义和
  3. Android(安卓)限制EditText只能输入数字、限制输入类型、限制输
  4. Android(安卓)Studio 的原生输入框控件 EditText 属性配置详解
  5. Android(安卓)xml资源文件中@、@android:type、@*、?、@+含义和区
  6. android支持的media文件格式--MediaFile
  7. Android(安卓)资源文件中@、@android:type、@*、?、@+含义和区别
  8. android Setting中隐藏项
  9. Android(安卓)SDK安装时出错“android Failed to rename directo

随机推荐

  1. Linux进程通信之匿名管道
  2. ubuntu14.04下qemu调试linux内核
  3. 转:6410下点亮led
  4. Linux常用命令汇总-速查
  5. Linux 3.4.39内核编译配置选项介绍
  6. linux shell脚本编程笔记(四): 获取字符串长
  7. linux apache安装https证书
  8. 有什么办法可以在Windows上不用使用太繁
  9. 线程同步-生产者消费者问题
  10. linux下touch命令也可以一次创建多个文件