Download the installation package
Chinese Community official website http://android-studio.org/
Currently the latest is 2.3.3 version
Install Android Studio
Double-click Install
Wait for the installation package to decompress automatically
Next
Select Install Android SDK, Android Virtual device components
SDK,software development Kit
Consent Agreement
Set installation directory for Android studio and the Android SDK installation directory
Where to install the directory
Installing, please later
continue to wait for the installation (if non- SSD hard drive, wait longer ^_^, so decisive change SSD)
Start Unpacking Sdk
Start Installation SDK, click Next
When the installation is complete, click " Finishthe installation
SET environment variable, otherwise adb Shell command cannot be used, display "adb is not system command"
As shown in the following:
Create a new environment variable, Android_home Environment variables:
Android_home=d:\android\sdk
Path environment variable, append the following path in path:
%android_home%\platform-tools;%android_home%\tools;%android_home%\tools\bin;
after the setup is complete,the ADB command can be used
First time start
(End of full text)
Installing the Android Studio development environment