首页 > 代码库 > ubuntu eclipse android搭建

ubuntu eclipse android搭建

1.eclipse添加android adt:

终端:sudo gedit /etc/hosts 

添加:

#for android
173.194.72.93 dl.google.com
173.194.72.93 dl-ssl.google.com


打开eclipse help-》install new software -》add-》 添加 name:adt ,location:https://dl-ssl.google.com/android/eclipse/ 即可在线安装。


2.android sdk 更新

首先去网上找到 android sdk linux 版

将android sdk manager 中 tools -》options-》others下的第一项选中(force http://......)。

然后把原先添加的

#for android
173.194.72.93 dl.google.com
173.194.72.93 dl-ssl.google.com

删除添加:203.208.46.146 dl-ssl.google.com 即可更新成功。

ubuntu eclipse android搭建