Setup Android Bruce Duan Feb-09-2009 No. VID-DEV-001 Version: v0.0.1.0 Department: AP-2
Setup Android Develop android, we have to install the following software: JDK 5 or above Eclipse 3.3 or above Android SDK
Install JDK First , you can get the JDK from \\192.168.1.222\rd\ResourcePublic\Resource, or sun http://java.sun.com/javase/downloads/index.jsp
Install JDK Execute “jdk-6u7-windows-i586-p.exe”,
Install JDK After installing JDK, you have to set the environment parameter on computer, like following: Right clicking ‘我的电脑’ ->属性 ->高级 ->环境变量:
Install JDK Adding ‘C:\Program Files\Java\jdk1.6.0_07\bin’ into Path, like following:
Install JDK
Install Android SDK You can get the android SDK from following path: \\192.168.1.222\rd\ResourcePublic\Resource Here, I suggest select ‘android-sdk-windows-1.0_r2.zip’ to develop.
Install Android SDK After you copy the android SDK from servers, you just decompress it in your computer, and then setting the environment parameter, like ‘D:\Work\Android\SoftWare\android-sdk-windows-1.0_r2\tools’, it just the path of the android tool.
Install eclipse You can get the eclipse resource from \\192.168.1.222\rd\ResourcePublic\Resource (PS: Suggesting eclipse-java-ganymede-SR1-win32.zip) And then decompressing it into your computer, execute the ‘eclipse.exe’ file.
Install eclipse
Install eclipse And the install android plug-in: Help-> Software Update
Install eclipse Available Software-> Add site Add ‘http://dl-ssl.google.com/android/eclipse/’ into location.
Install eclipse
Install eclipse
Install eclipse After restarting eclipse, we have to set the path of Android SDK, like following step: Window-> Preferences
Install eclipse Select android: Write the Android tools’ Path into SDK Location.
Install eclipse Now we can begin our happy way of android developing.
End