Building a development environment requires tools such as JDK, Eclipse, Android, SDK, ADT, AVD.
in the constructionAndroidbefore you develop your environment, you should first understandAndroidrequirements for the operating system:Androidcan run onWindows XPand above versions, you can also run theMac OSand theLinuxsuch as the operating system。 InstallationJDKand ConfigurationJavaDevelopment Environment 。 AndroidApplication Development UseJavalanguage, so first you need to buildJavaProgram Development Operating environment,Javadevelopment environment is calledJDK(Java Development Kit), isSun MicrosystemsforJavaProgrammer-Developed products sinceJavasince its launch,JDKhas become the most extensiveJava SDK. JDKis the entireJavathe core, including theJavashippedYesJavaTools andJavabase Class Library。 Configure the JDK right-click on "My Computer", select "Properties" "Advanced" Environment variable "system variable", find "path" variable name (if not to create a new variable named "path"), click "Edit" button, add "Bin" folder path in the JDK installation directory, separated by semicolons, Then click "OK" button to complete the setting. Configure ADT to launch Eclipse, open the Windows menu, select Preferences à Android, and click the Browse ... button on the right side of the SDK location to set the path to the Android SDK. Click "OK" to complete the configuration process, then open the "File" menu, select "New" "Project ...", the download of Eclipse, official download to Http://www.eclipse.org/downloads/?osType=win32
Depending on the type of system you are downloading, the installation of Eclipse is very simple and different versions may be installed slightly differently, depending on the prompts to easily install successfully.
Build an Android development environment