Now more and more people are using Android studio for Android app development. Mastering the use of Android Studio is an essential skill for every Android developer.
Here's how to install the Android Studio development environment.
Above is an introduction to Android Studio installation, you can see that you want to install Android Studio requires an advance installation of the JDK official recommended installation of JDK1.7 above version.
Installing Android Studio requires JDK and Android studio as follows:
JDK1.8 64-bit: http://211.162.52.227/files/2152000000A8E122/download.oracle.com/otn-pub/java/jdk/8u40-b25/ Jdk-8u40-windows-x64.exe
Android Studio: Https://dl.google.com/dl/android/studio/install/1.1.0/android-studio-bundle-135.1740770-windows.exe
The first is the installation of the JDK
Click Next to wait for the installation and then configure the environment variable
First, in the system environment variable inside the new Java_home this system variable value is the JDK installation directory my directory is C:\Program files\java\jdk1.8.0_40
Then find the path variable inside the system environment variable to add%java_home%\bin;%java_home%\jre\bin after the variable;
Click OK to make it OK.
You can then perform the instrumentation Input command at the command line java-version
Installation is successful!
Installation of Android Studio
Android Studio installation is relatively simple, directly double-click the downloaded EXE files follow the prompts to install the OK.
The installation process may require some custom configuration and the default configuration will be installed directly.
When the installation is complete, it's time to witness miracles.
The first run also checks for update information. Connected to the VPN to check the (I big celestial you know. )
Waited for about 1 hours and finally did not think of success.
The installation of this entire development environment is complete.
Android Studio Development Environment Building