【解决方法】ADT在线安装

作为android开发者,不知道被ADT更新、SDK更新这些更新给强奸了多少次。

今天……我又一次被凌辱了。

无论是

https://dl-ssl.google.com/android/eclipse

还是

http://dl-ssl.google.com/android/eclipse

都无法更新。

老子怒了,解决方法:

hosts文件添加:

74.125.237.1 dl-ssl.google.com

重启eclipse,更新。打完收工。

注:hosts文件位置:c:\windows\system32\drivers\etc

上一篇:xcode简介


下一篇:iOS 阶段学习第七天笔记(函数、递归)