Because this week's software tests don't have a specific problem, so write about something else.
The Android development environment basically summarizes the installation of JDK, Eclipse, ADT, SDK
JDK and Eclipse have already been installed in the previous study, so let's introduce the other steps
Installation of the SDK:
According to the practice of Baidu experience, should perform the above steps, but because one is the consumption of more traffic, two is not convenient to download, so my SDK is in the six-D installed version, directly copied in the computer, find its path can be used
To install ADT:
1. Select Help->install New Software
2. Click add->archive-> to select the Downloaded ADT installation package
3. Click Next to complete the installation and Eclipse restart to use
To configure ADT:
1.window->preferences
2. Select Android and find your SDK path, and the following will show what you can use to install. Click OK
To create an Android project:
This is relatively simple, and the creation of Java, JSP project is similar, it is best not to use Chinese as the project name
Create a good click on the button below to create an emulator:
Click Create and the following window appears to select the emulator properties you want:Complete
Build the Android development environment