Android开发环境配置 - Windows

http://developer.android.com/sdk/1.5_r3/index.html

1. 操作系统: Windows XP (32位)或 Vista(32或64位)(我在Win7-32位也可以)

2. 所需软件:

(1)Eclipse IDE 3.3以上 -

  • 推荐Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers
  • Eclipse JDT plugin
  • 不支持Eclipse Classic IDE

(2)其它软件

  • JDK 5 or JDK 6 (只有JRE是不够的)
  • Apache Ant 1.6.5 以上 for Linux and Mac, 1.7 以上 for Windows
  • 不兼容GNU Java 编译器(gcj)

(3)安装Android SDK

http://developer.android.com/sdk/download.html?v=android-sdk-windows-1.5_r3.zip

你可能感兴趣的:(Android开发)