[Android test] [essay] Android Studio environment setup, androidstudio
◆Copyright Disclaimer: This article is from fatmeow ~ The source must be indicated in the reprinted blog.
Reprinted please indicate the source: http://www.cnblogs.com/by-dream/p/5482778.html
With the launch of Android Studio, Google will gradually give up the ADT on eclipse, and some official documents of new testing frameworks are also recommended to use Android Studio, therefore, my subsequent explanations may also be on Android Studio. Therefore, this section describes how to set up the environment.
Google's official document has given the building method: http://developer.android.com/intl/zh-cn/sdk/installing/index.html
Let me write some of my building methods:
1. download java SE
Address: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Note that the JDK version cannot be lower than 1.8 (here I download the x64 version)
After the download is complete, install the application.
Web-proxyhk.oa.com "" 8080 ", click OK
Click next
Select Standard:
Click finish to download
Then there is a long wait ..
After the download is complete.
Have you seen the options for creating an Android project? Now you have successfully set up the Android Studio environment.