http://blog.markloiseau.com/2011/06/how-to-install-the-android-sdk-and-eclipse-in-ubuntu/
解决sdk 抓取失败:
Failure:
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 tohttps://dl-ssl.google.com refused
Fetched Add-ons List successfully
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 tohttps://dl-ssl.google.com refused
Done loading packages.
Solution:
settings -> choose Force https://...sources to be fetched using http://...
Linux: sudo vi /etc/hosts
Windows: C:\WINDOWS\system32\drivers\etc\hosts
Adding the below DNS info into hosts file:
203.208.46.100 dl.google.com
203.208.46.100 dl-ssl.google.com
linux vi 小知识点: vi 打开文件后默认是 命令模式 按 instret 键 进入编辑模式 编辑结束 esc 返回命令模式 :wq 保存退出
http://subversion.apache.org/faq.zh.html#co-svn