First, download the tools that need to be used:
(1) Download Java IDE Development tools –eclipse
Download the latest Windows version of Ecplise for Java EE to the Eclipse official website
(2) Download Java Development Kit-java SE Development Kit (JDK) JDK 6
Download JDK6 to the Sun official website and choose JDK 6 Update 12
(3) Download Android Development Kit-android SDK
To Google's official web site to download the Android development package for Windows
Second, after downloading the required tools, start the installation
(1) Installation ecplise: Download back ecplise (eclipse-jee-ganymede-sr2-win32.zip) directly decompression can be
(2) Install JDK6: Run download back Jsk installation package (Jdk-6u12-windows-i586-p.exe) all the way "next" can
(3) Install the Android Development Kit (SDK): Download the SDK package (Android-sdk-windows-1.1_r1.zip) directly decompression
Third, let Ecplise automatically install the Android Development plug-in (Adt-plugin)
(1) Start the installation (decompression) after the Ecplise directory of Ecplise.exe
(2) Click the Menu "Help"-> "Software Updates", Switch to the option page in the open window "Availabe Software"
(3) Click "Add Site ...", add the following address: http://dl-ssl.google.com/android/eclipse/then click "OK"
(4) Just add the address, click "Install ..." for ADT (Android Development Tools) installation work.
(5) Ecplise at this time will be from the added address automatically download and install ADT, a little wait a while, after installation, prompted to restart the ecplise, click "OK" restart Ecplise
Install ADT
Iv. Configuring the Andiord SDK Path
After restarting the ecplise, click on the Menu "window"-> "preference", open the Configuration window, select Android on the left, and enter the path to the Android SDK on the right (step 1-(3) to download the Android SDK to extract the directory), click "OK", this environment configuration completed.
Configure the Android SDK path
V. Test and develop an Android project
(1) Click the menu "File"-> "New"-> "Other ...", select "Android"-> "Android Project" in the open window, click "Next" to enter the next step
(2) casually start a project name, such as "HelloWorld", note that package name needs to enter "COM. Project name" to click "Finish" to continue. New Android Project
Six, after building the project, click the menu "Run"-> "Run", in the pop-up window to choose to "Android Application" mode to run the program, you can adjust the Android simulator run test program. Run with Android application
Seven, complete the test Android simulator