The first step: Build the Java Operating environment
1. Download and install the JDK
Address: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Installation process continuous "next"
2. Environment variable Configuration
System Properties--environment variable (n) ...--> new (n) ...
Edit variable Name: java_home
Variable Value: The installation path of the JDK
(jdk8 no need to configure path)
3. Check the Java Runtime environment
Open command Line Input java-version
Step Two: Install ANDROID-SDK
:
Download the extract to D, double-click Open SDK Manager tick Android version of the package Install packages
Step three: Download the development tools to install Android
Scenario One: Android Studio + Gradle
1. Installation Tools
Android studio:http://developer.android.com/sdk/installing/studio.html
Gradle:http://www.gradle.org/downloads (Download the latest version)
Continuous Next default installation
2. Create a new Android project and run the first program
New Project
Scenario Two: Eclipse+adt
eclipse:http://www.eclipse.org/downloads/
Adt:https://dl.google.com/android/adt-21.1.0.zip
Unzip to D and double hit Open eclipse
Click menu Help-->install New software ...
Add-->archive...--> Select the ADT you downloaded.
Continuous next complete plug-in installation
2. Create a new Android project and run the first program
Quickly build an Android development environment