Simple beginner configuration for Android Sdk+adt+eclipse

Source: Internet
Author: User
Tags android sdk manager

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.