Google has been releasing Android studio for some time now, and it's been a while since the release of version 2.0, and it's been released with the first version of Eclipse for a variety of reasons and there's no first time to install it. And since the 2.0 version came out, it must be more mature. So I recently installed version 2.0. Since I started to learn Android development, installing Eclipse is a lot of effort so this time write an installation step as the first blog post
Android Studio 2.0 Installation
1. Configuring the Java Development Environment
First download Java JDK and install eclipse see steps to get the JDK and the JRE, and then I'm going to get myself dizzy after installing the JDK and the JRE separately. The JDK actually contains the JRE.
JDK download from Baidu can
After downloading, double click to enter the installation interface
Click Next to be like this
Make a note of the installation path that you want to use (you can modify the installation path as needed).
Continue to click Next to wait for JDK installation
Then go to the JRE installation page
Then proceed to the next step
After you see this interface, the installation is complete, click Close
That's not enough. Add a system variable to my computer right-click Properties to view advanced settings
Enter the following screen
Click on the lower right environment variable interface below
There are two boxes we want to use the System variable box click on the box below the new entry into a system variable new interface such as (of course, you should be empty when new) and then fill in the variable name java_home variable value to fill in front of the path we install JDK (that is, the one that you noted is not the JRE path)
Jiangzi above is the whole process of installation and configuration of Java environment
2. Download and install Android Studio 2.0
Here, by default, you can flip the wall. If you really want to engage in Android development, it's very difficult to be honest in a country that can't access Google. How to flip a wall is not our focus method many self-addressed
Android Tools Download website
After you find Android Studio, click on the top one to download
Select a larger application installation after the download is complete
Then click Next to see the following screen and then next
And then I agree.
Go to the installation path interface I've set up the AndroidStudio2.0 folder here in the D-disk to be installed as a path to see two paths in the diagram So I set up Androidstudio and androidsdk two subfolders under my AndroidStudio2.0 folder respectively as the respective installation paths for each of the two
Then click Install directly to enter the installation interface waiting for installation to complete
Soon after the progress bar is full click Next and click Finish
And then it came to the last step. Now that the Androidstudio has been launched, the following interface will appear shortly after the announcement is completed
We have completed the installation of Androidstudio to begin the development of your Android. I wish you a good walk on this path.
Mom, my first blog has been written for a long time. I hope to help some beginners!!!!!
Installation steps for Android Studio 2.0