1. Download and install the JDK
Website: http://www.oracle.com/technetwork/java/javase/downloads/index.html
(You will need to click on the Accept license above to download)
Setting environment variables
① new Java_home, the variable value is:
C:\Program files\java\jdk1.6.0_10
② new classpath, the variable value is:
.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar;
③ new path, the variable value is:
%java_home%\bin;
Note: Make the appropriate modifications according to your own installation conditions.
Set up Android folder on D Drive, dedicated to the IDE, SDK files for Android development
2. Download Android Studio
Go to develper.android.com website to download Android Studio, double click to install
The system says first to detect if the JDK is installed on the machine, otherwise it cannot continue
Select the installation content: (you can see the SDK, the AVD downloaded together)
Select the IDE and the SDK installation location, I have changed here to put on the D drive:
After the installation is complete, the first time you open Andriod Studio, the relevant compoents is downloaded: (no square wall?) All right, you're a tragedy! )
Decisively instituted, then you can see that studio is downloading the SDK and the associated system image, but just download the latest Android version:
Download Complete:
Create a project:
Set name, API version, Mian activity, etc.:
Entry into the project:
You can see Android Studio and Eclipse similar also have SDK, AVD management plug-in icon:
To open a virtual machine:
Compared to the Eclipse IDE version, the SDK and plugin are installed with wizards, which is much more convenient. enjoy!
Android Development Environment Building (Studio Edition)