1. Download the JDK, Android SDK and Eclipse (the best new Eclipse version)
Note: The downloaded SDK is best matched with the following ADT, or eclipse may have an error.
such as: SDK 21.0.1 corresponds to ADT 21.0.1
2. Configure Environment variables:
Right-click My Computer > Properties > Advanced system Settings > Environment variables > User Variables
1) Variable: java_home
Value: E:\Java\jdk1.7.0_07
2) Variable: android_sdk_home
Value: E:\JAVA\ANDROID_SDK
3) Variable: PATH
Value:%java_home%\bin\;%java_home%\jre\bin\;%android_sdk_home%\tools\;%android_sdk_home%\platform-tools\
4) Variable: CLASSPATH
Value:.; %java_home%\lib;%%java_home\lib\tools.jar;%java_home%\lib\dt.jar;%java_home%\jre\lib\rt.jar;%android_sdk_home %\platforms\android-19\android.jar
3. Authentication environment Configuration succeeded:
run cmd > java-version > Version Information
cmd > android > Eject android SDK Manager
4. Now that the Android SDK and Eclipse are not associated, download the ADT Plugin
A newer Adt-23.0.6.zip connection is given here: Http://pan.baidu.com/s/1qWzEEao
Note: Remember to download the ADT corresponding to the SDK, if the ADT version is higher than the SDK, the SDK will not be available.
5. Association
If it's a pre-downloaded file, select the path you downloaded. Help->install new software
->work with back add->local , select adt post-decompression directory, ok, the following contact all update sites during to install To find required software. Cancel.
->next. (eclipse will be restarted, No error certificate after reboot adt sdk can match)
Test the development environment for success :file->new->project->android->android Project
PS: How to Remove plugins in Eclipse
Eclipse > Help > Install New software > find already installed click > select want to unload Download the item > restart Eclipse after uninstalling the plug-in is successful.
Simple beginner configuration for Android Sdk+adt+eclipse