JDK:
下载Java SE 6 Update 23,并安装之。
系统环境变量:
- 新建 JAVA_HOME:C:\Program Files (x86)\Java\jdk1.6.0_23
- 新建 CLASSPATH:.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tools.jar
- Path 中加入 ;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin
Eclipse:
下载Eclipse Classic 3.6.1,并安装之。
注意:在 64bit OS 上也只能安装 32bit 的 Eclipse。
Android SDK:
下载android-sdk-installer_r08-windows,并安装之。
安装结束选择启动 Android SDK and AVD Manager(注意:Windows 7 下需要管理员身份运行),“Install Packages - Choose Packages to Install”中选择所有包,“Accept All - Install”,会自动下载并安装这些包,避免一个个下载再安装了。
ADT Plugin for Eclipse:
运行 Eclipse,“Help - Install New Software”,点击“Add”,在“Add Repository”对话框中,Name 输入“ADT Plugin”,Location 输入“https://dl-ssl.google.com/android/eclipse/”,“OK”关闭。Check “Developer Tools”,点击“Next”开始下载安装。
安装结束后,会要求重启。重启后,进入“Windows - Preferences - Android - SDK Location”,输入“C:\Program Files (x86)\Android\android-sdk-windows”并确认。
Done!
1 条评论 :
If you are developing on Windows and would like to connect an Android-powered device to test your applications, then you need to install the appropriate USB driver.
发表评论