且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

安装Eclipse并在OS X v10.6 Snow Leopard上设置Android ADT

更新时间:2022-12-07 12:03:34

好的。在没有互联网连接的情况下设置Eclipse非常困难;在zip文件夹上获取包装依赖关系,手动下载它们,一切都是痛苦的。所以,我把我的mac连接到互联网,让Eclipse计算依赖关系并为我下载。一切似乎已经很好了。

Okay. Setting up Eclipse without internet connection is very tough; getting hands on the zip archives for package dependencies, downloading them manually and everything is pain. So, I connected my mac to internet and let Eclipse calculate the dependencies and download them for me. Everything seems to have worked out just fine.

BTW,我在可用软件网站部分中有以下两个URL(默认情况下会添加):
http://download.eclipse.org/releases/galileo/

http://download.eclipse.org/eclipse/updates/3.5

BTW, I had the following two URLs in the "Available Software Sites" section(these are added by default): http://download.eclipse.org/releases/galileo/ and
http://download.eclipse.org/eclipse/updates/3.5

我从以下位置下载了存档的ADT插件:

http://developer.android.com/sdk/adt_download.html

I downloaded the archived ADT plugin from :
http://developer.android.com/sdk/adt_download.html

欢呼!