background image

  

Linux (tested on Linux Ubuntu Dapper Drake)

  

Supported Development Environments

  

Eclipse

  

Eclipse 3.2, 3.3 (Europa)

  

Android Development Tools plugin (optional)

  

Other development environments or IDEs

  

JDK 5 or JDK 6 (JRE alone is not sufficient)

  

Not compatible with Gnu Compiler for Java (gcj)

  

Apache Ant 1.6.5 or later for Linux and Mac, 1.7 or later for Windows

  我使用

Eclipse 3.3 + JDK 1.6. + Ant 1.7 的组合。还有两个重要的就是: Android 

SDK 以及 Android 用于 Eclipse 中的插件。

  

Android SDK 的下载链接: http://code.google.com/android/

  如果你是第一次使用这些软件,请注意安装顺序和设置好环境变量。

 一般的顺序是先

安装

 JDK 然后 解压 ant 压缩包,然后设置 java 环境变量和 ant 环境变量, 然后是解压 

Android SDK ,再设置 Android SDK 的环境变量。 总之就是把 JDK, ANT, Android 

SDK 的路径添加到 path 里。

  

Android for eclipse plug in 在安装过程很简单,通过网络安装插件就可以了,这个

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

  具体的配置过程,可以查看:

http://code.google.com/android/intro/installing.html#otherides