To keep developers up-to-date, here's a look at the installation steps and settings for Android Studio.
Using the latest version of Android, version 0.4.2, Android Studio can run separate from eclipse, with a better (excellent) interface and a more elegant (elegant) debugging environment.
First, a preview of the complete interface:
1. Download Android Studio
The Android website can be downloaded:
Website: http://developer. android.com/sdk/installing/studio.html
Or: http://download.csdn.net/detail/u012515223/7014407
Then the default installation is complete.
2. Download Gradle
Android Studio requires the use of gradle, which can be downloaded manually, and the download all and bin versions are available:
Website: http://www.gradle.org/downloads
Modify environment variables: X:\Program files\gradle-1.11\bin, logout;
Note: Must use gradle1.9 above version, can use, otherwise will prompt an error;
Test Gradle, in cmd mode, enter: Gradle-version :
3. Launch Android Studio
Create a new Android project, select the project location, you can create a new folder in documents, Android Workspace.
Then the next step is OK, [wait a long time], because Android programs download. gradle file, location: C:\Users\Administrator\.gradle;
Even if you install the Gradle, you need to wait, download speed 30-50kb around, and finally appear the Android studio interface.
4. Selection Scheme (scheme)
After entering the interface, you can choose the style you like, the Google show style is: Darcula, Location: File->settings->editor->colors & Fonts, choose the interface style;
Like the black style, it can appear.
5. Modify Gradle
Sometimes need to manually set, Gradle environment, otherwise will error, location: File->settings->gradle, set:
Use default Gradle wrapper: Uses the gradle of the system environment variable;
Use local Gradle distribution: Manually specify the location of the Gradle;
6. Enjoy Android Studio
Can start programming for Android Studio , Enjoy it!
A companion tour, a free dating site: www.jieberu.com
Push family, free tickets, scenic spots: www.tuituizu.com
Configuration of the Android Studio development environment