1. Download the installation JDK (http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed SE version, copy the JDK directory path , The JDK is then configured for use.
It is important to note that the system is divided into several x86.64 (SE is mainly used for desktop applications, console development (JFC) EE Enterprise Development (JSP,EJB) Me embedded development (mobile, small appliances) )
Download install Eclipse (HTTP://WWW.ECLIPSE.ORG/DOWNLOADS/PACKAGES/ECLIPSE-IDE-JAVA-EE-DEVELOPERS/HELIOSSR2) with Java EE download, Attention is on several systems.
Download SDK tools (http://www.androiddevtools.cn/) with a lot of things to download SDK Platform-tools, BUILD-TOOLS,SDK (Android 4.X or 5.X), SDK System Images
Domestic image can be downloaded: http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html with ADT Bundle, Download overlay
2. Configure the JDK so that the system can find Java to run, with Win8 as an example. Computer Properties--Advanced system settings--environment variables--System variables (below)
NEW: Variable name (java_home) value (C:\Program Files\java) in order for the computer to find out where the JAVA program is.
Find PATH in system variable to change its value to;%java_home%\bin;%java_home%\jre\bin (%java_home% to java_home just address C:\Program Files\java)
The CLASSPATH value changes to.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar (note to be copied completely) can find the tools inside JAVA.
3. Configuring the SDK
I am downloading the compressed version of Windows edition, as long as the decompression is placed in the same directory with eclipse
Note: There are a lot of things under the page
SDK Platform-toolsbuild-toolssdk (Android 4.X or 5.X) SDK System images
These are the files in the SDK, we are the environment we need, and because our country has wall, we are unlikely to be Google download things (unless you fq, then how to FQ detailed)
There is a detailed explanation on the webpage, I will not say it in this way.
is copied to the correct folder, you can open the SDK Manager in SDK tools
Tools-->options (with instructions in configuration http://www.androiddevtools.cn/)
About FQ: Baidu--F free g door, compared to a fool, the network is a bit unstable, we should be enough.
4. Configure ADT (the previous ADT bundle has been overwritten with configuration)
5. The simulator manage AVDs in the SDK tools tools, or you can load your program with existing mobile phone USB developers.
I wrote it in a blind
Invasion and deletion
2016-02-03 18:53:06
Winter Vacation Learning dry------Android Development environment