Android Studio 1.0 official version-Installation Guide for Mac/Window dual platforms
Since Google launched Android Studio (hereinafter referred to AS) at the I/O conference in 2013, the beta version has been continuously updated, and I have been paying attention to the dynamics of this development tool. A few days ago, Google finally released the official version of AS, and encouraged Android Developers to switch from Eclipse to this new development tool. For domestic developers, due to the relationship between usage habits and team work, they may not change to AS in the short term. However, in the long term, I feel that AS will definitely replace Eclipse, because Eclipse occupies a lot of memory, often gets stuck, slow speed, and other shortcomings, I can't stand it anymore! In addition, many new projects on github have been built using AS. It is very troublesome to use Eclipse! Therefore, after the official version of AS was released, I decided to start learning how to use.
Installation for Mac
Because the dependency package needs to be downloaded during the installation of Android Studio, please bring your own ladder before starting the download and installation. About the ladder, the Windows system should be Baidu "Free door". The Mac system can use another Windows computer to use "VPN" as the proxy server, and then set up the http proxy. If it is too troublesome, please start with VPN directly. It is difficult to create a ladder without your own Android.
Before installation, download the installation package in the official version 1.0.
Domestic download link: http://tools.android-studio.org/
Download link: http://developer.android.com/sdk/index.html
Since my system is Mac, the following steps are as follows: the installation of the Windows system is shown later.
Open the installation package and drag Android Studio. app to the Applications folder. After the operation is successful, click the icon to go to the welcome page. At this time, make sure that your machine already has a ladder. Otherwise, the subsequent process will be very slow and will certainly not succeed.
After the welcome interface is loaded, the program usually arrives at the setting guide interface, but it may also stay on the loading interface below. Do not panic during this time, when the machine has a ladder, you can keep waiting. During installation, I waited for more than one hour on this interface before entering the following setting interface, so if you encounter such a situation, you can make an appointment first.
If you want to skip this step, you can find idea in the bin directory under the Android Studio installation directory. properties file, append disable at the end of the file. android. first. run = true, so this step will not be executed.
After the above interface is reached, we can set it step by step.
On this interface, you can select standard or custom mode. During the installation process, you can directly select the standard mode. However, if you have Android SDK locally, you can select the custom mode, then select the local SDK.
After setting this step, the program has reached the most critical step. because it is the first time to use it, AS downloads the dependent package of API21, this process takes a long time, if your machine has a ladder, you can watch a movie for dinner or something.
After downloading all dependent packages, the Cancel button will be changed to Finish. After you click Finish, congratulations, you can finally use the official version of Android Studio!
For more details, please continue to read the highlights on the next page: