Android development environment (Windows 64bit)

1. System Requirements

System requirements can usually be met.

2.JDK

In http://www.oracle.com/technetwork/java/javase/downloads/index.html on looking to see Java SE recent version, click on the JDK download, where you can select a new version, and select windows64 bit download, here you need to know to configure your computer system (control panel -> system and security -> system).  

Running JDK installation package, install it in C: // DevInstall / Java / down, and Java files with a built in DevInstall folder at the same level of empty file, named " Dd ."

=> After successfully get similar " jdk1.8.0_112 " folder, while D D will also present a set of documents.

Configure the environment variables (Control Panel -> System and Security -> System -> Advanced Settings -> System Variables):

The Path changed to " C:. \ The devinstall \ the Java \ jdk1.8.0_112;% JAVA_HOME% \ bin;% \ jre \ bin ";

The Classpath changed to " C:. \ The devinstall \ the Java \ jdk1.8.0_112;% JAVA_HOME% \ lib;% JAVA

_HOME%\lib\tools.jar”;

The JAVA_HOME changed to " C: \ the devinstall \ the Java \ jdk1.8.0_112 ."

=> In the command bar enter the Java -version , there will be Java version information (Note: the Java and -version between a space). Such JDK i.e. installation.

3.Eclipse

In http://www.eclipse.org/downloads/ download the latest version of the Eclipse , after downloaded " the Eclipse-inst-win64.exe " open, find the Eclipse for Android Developers , click to download, install on C: // DevInstall / under.  

After successfully opened, the workspace its place. We should be in the Help selection in the Check for the Updates , and then wait for the installation.

=> If eclipse can be normally open, except SDK problem no longer given, the Eclipse installation is complete.

4.SDK

Over the wall using software downloaded directly from the official website of the SDK , https://developer.android.com/studio/index.html  click, download page is in a position below the WINDOWS under installer_r24.4.1-windows.exe download, then download and install the new SDK , open one of the SDK Manager.exe , choose to automatically update to the latest version, then select Android SDK Platform-Tools and SDK platform with the ARM EABI v7a System Image and Android Support Library , part of unchecked, can be suggested reference books corresponding installation package.

Modify environment variables After completing the Path to C: \ DevInstall \ Java \ jdk1.8.0_112 ;% JAVA_HOME%.

\bin;%\jre\bin;C:\DevInstall\android-sdk\platform-tools;C:\DevInstall\android-sdk\tools

=> When finished, the command bar enter adb Version , there will be Android Debug Bridge version 1.0.31 two lines of words and so on.

5.ADT

In eclipse click on the menu bar, Help , and found it under the Install New Software , then click on the upper right corner of the pop-up window the Add ... , on the pop-up window, enter Name: ADT Plugin; Location:

https://dl-ssl.google.com/android/eclipse/ , click OK after, check the Developer  Tools after the Next complete the download.

It should be to eclipse configuration SDK , namely in the window found under the Preferences , inside android configuration in the SDK .

=> If this step is completed, the eclipse can operate normally, an error will not be prompted at DDMS is not found, ADT download was successful. While in the configuration SDK After completion, open the Task Manager, there will be adb.exe running.

6.AVD

In the window , locate the " Android Virtual Device Manager ", click open " the Create ", fill out the appropriate information, currently only required Name is " AVD-4.4.2 ", Target as " Android 4.4.2 - API Level 19 " , Size It is " 512 ."

Then click start to start it. If after emergence Running x86 based AVD IS AN X10 Faster , is to remind you that you can use the 7.1.1 version, do not use the 4.4.2 version, and if the pattern is too crowded together on the note is skin a matter of choice, the best way is to use No Skin , at the same time comes AVD is too slow, you can download a simulator.

=> Initial startup for a long time, such a simulator also completed.

7. summary

After such a good environment fabric, they are placed in a DevInstall folder, to consider temporarily DD and workspace such as folders, so DevInstall within three installation package and should have three folders, the installation package is:

eclipse-inst-win64.exe

jdk-8u112-windows-x64.exe

installer_r24.4.1-windows.exe

Folder:

android-sdk

eclipse

Java

=> Can be.

Guess you like

Origin blog.csdn.net/HoD_DoH/article/details/53516575