Win7 Android development environment to build detailed steps

  

Android software development is also quite popular, this tutorial share is Win7 system to build Android development environment, program developers often build Android Adroid development environment, then how to build Android development environment? To build a Java development environment, to configure environment variables, you need to install eclipse. This article is a small series of two ways to share, interested or need users to look down.

The method is as follows:

1. The JDK test result is set up;

2. The installed eclipse interface is as follows;

3, create the first project, the results are shown in the figure;

4, the following will start to build the Android development environment. Download the developer tools on the official android website including the android SDK, and adt-bundle;

5, click on develop——tool——download;

6, download adt-bundle and android SDK;

7, put the downloaded two files into the common program installation directory, and pressurize. No need to install;

8, find the absolute path of the Android SDK, my is "E:\\Program Files\\Android\\android-sdk-windows\\tools"; add this directory to the system Under the environment Path variable, separated by a semicolon, there must also be a semicolon at the end;

9, after installation, enter "ld - android -h" in the cmd command prompt; if the following prompt appears, it means The installation is successful;

10, the following installation of ADT, Android customized a plug-in for eclipse, namely ADT. Open eclips and select [Help] > [Soft Updates] > [Find and Install…]. Open the dialog box;

11. Add the update site: given in the reference directory, click next after all selection;

12, click next to continue the installation; Br>

13, appears as shown in the figure, continue to click next;

14, after eclipse will start downloading and installing;

15, Click OK when prompted;

16, after the installation is complete, you will be prompted to restart eclipse, restart it;

17, after reboot, you will choose android sdk . Select the directory to be stored afterwards;

18, click Finish;

19, add the android sdk directory in the preferences option in windows;
< Br>

20, adt can also choose to download the offline installation package to install. Click OK to install the situation as online;

21, click the android sdk manager in Windows to manage the installed SDK;

22, can be installed by SDK, delete.

The above is the Win7 system to build the Android development environment, it seems that there are more steps, but the actual operation is relatively simple, I hope this article is helpful to everyone.

Copyright © Windows knowledge All Rights Reserved