Android Local Environment setup steps
I. Required Software
Jdk1.6
Eclipse
Android-sdk_r12-windows
ADT-12.0.0
Ii. Installation Steps
1. Jdk1.6 directly double-click, all the way next. Looks like the version now does not configure the path path, the test is not configured, can be used normally.
2. Eclipse Green software, direct use
3. Directly double-click the Android-sdk_r12-windows directory can be "installed", in fact, "installation" Here is the Upgrade SDK version. If the upgrade is already good, you can cancel it. This step can be skipped.
4. ADT-12.0.0 installation. Start Eclipse First, then select Helpàinstall new software ...
Direct next will be ready to install. The high version now appears with a license agreement prompt, the old version has not encountered, my direct cancellation does not affect the use. If you want to resolve, you can refer to the following methods:
If the installation occurs during ADT:
(1) cannotcomplete the install because one or more required items could is found. Softwarebeing installed:android Development Tools 0.9.6.v201002051504-24846 ( Com.android.ide.eclipse.adt.feature.group 0.9.6.v201002051504-24846)
Missingrequirement:android Development Tools 0.9.6.v201002051504-24846 ( com.android.ide.eclipse.adt.feature.group0.9.6.v201002051504-24846) requires ' org.eclipse.wst.xml.ui0.0.0 ' but it Couldnot be found
or appear
(2) Licenses moment-in be reviewed unreported the Softwarecan to be DWORD. This is recursively licenses for software required to complete theinstall. Then do not let the click Accept to install
Workaround:
(1) "Help->installnew Software ..."
Article addhttp://download.eclipse.org/releases/galileo/
(3) Find Wst (WST is located in the Web, XML, and Java EE development drop-down list), select Install WST
(4) and then install ADT will be OK
5. Configure the ADK path. Window->pereferences
Click Apply and the following image appears, indicating successful installation
Third, the test project. File-> A new Android project appears as shown in the following image, congratulations, you can play Android.