Build an android development environment in Windows

Source: Internet
Author: User

Step 1: Install JDK

Configure the java_home, path, and classpath attributes to append "% java_home % \ bin" classpath to set ". "Step 2: Install eclipse and decompress it to a directory. Step 3: Install the ADT plug-in using link. Step 4: download and install the android SDK from the http://developer.android.com/sdk/index.html page to download the android SDK. Run SDK manager and install the corresponding Android version and library. ① Create a new "system variable" in the environment variable (assuming Android-SDK is installed in the D:/Android-SDK-Windows Directory) android_sdk_home = D:/Android-SDK-windows; this step is configured to prevent panic: cocould not open: my_avd.ini errors. That is, AVD cannot be started.
Of course, this is the configuration on my machine. You can configure it according to the path on your machine.
② Modify the path of the system variable and add % android_sdk_home %/tools in front of it. Just point it to the android_sdk_home we set in step 1.
Step 5: Start eclipse, select Window> preferences, click android on the left side of the open view, and click SDK on the right.
Select Android SDKLocation. For example, D:/Android-SDK-Windows.
Step 6: Create AVD and install the development environment.

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.