background image

学习 java se 文档.txt 老子忽悠孩子叫教育,JDK、Eclipse 和插件、android sdk

Eclipse 3.5.2,3.6 目前与 ADT 不兼容
http://www.eclipse.org/downloads/packages/release/galileo/sr2
下载任一(都有包含 eclipse jdt):

 

○ Eclipse IDE for Java EE Developers

 

○ Eclipse IDE for Java Developers

 

○ Eclipse for RCP/Plug-in Developers

 

○ Eclipse Classic (versions 3.5.1 and higher)

jdk (version 5 or 6 required)
Java SE 6 Documentation
http://www.oracle.com/technetwork/java/javase/downloads/index.html

  android sdk
http://developer.android.com/sdk/index.html
  To install the SDK, simply unpack the starter package to a safe location and 
then add the location to your PATH.Add the full path to the tools/ directory to 
the path.
例如 C:\Program Files\android-sdk-windows\tools\
安装好后,运行 sdk setup.exe(仅限 windows 可用)添加组件,1.5、1.6、2.1、2.2 必
须下载,全部更新后大小为 1.2GB

下载并安装 ADT 插件
1. Start Eclipse, then select Help > Install New Software. 
2. In the Available Software dialog, click Add....
3. In the Add Site dialog that appears, enter a name for the remote site (for 
example, "Android Plugin") in the "Name" field. 
In the "Location" field, enter this URL:
https://dl-ssl.google.com/android/eclipse/
Note: If you have trouble acquiring the plugin, you can try using "http" in the 
URL, instead of "https" (https is preferred for security reasons).
Click OK.
4. Back in the Available Software view, you should now see "Developer Tools" 
added   to   the   list.   Select   the   checkbox   next   to   Developer   Tools,   which   will 
automatically select the nested tools Android DDMS and Android Development 
Tools. Click Next. 
5.   In   the   resulting   Install   Details   dialog,   the   Android   DDMS   and   Android 
Development   Tools   features   are   listed.   Click   Next   to   read   and   accept   the 
license agreement and install any dependencies, then click Finish.