At Google I/O conference, Google launched its own new Android software integration development tool, Android Studio, which Google modified based on IntelliJ idea.
Google said Android Studio will make developers faster and more productive, it is completely free, cross-platform support Win/mac/linux, is the best alternative to Eclipse's Android development tools, want to or a little excitement. About Android Studio How to install the article online search or there are many, recently want to upgrade to the latest version of the 0.9.3, but because of network access and version, time issues, the reference installation configuration is still a lot of problems, such as: After the installation is completed when the project is stuck, It is because the networked download Gradle is jammed.
I have directly uninstalled the previous version of the 0.8.2 and reinstalled the latest version of Android Studio 0.9.3 as of today (2014-11-20), below is an introduction to the practical Android in our country's network environment. Studio installation Method:
1. Download the required software 1.1 download Androidstudio
Download Androidstudio, download page: http://developer.android.com/sdk/installing/studio.html
I download is the android Studio 0.9.3 , if you can not open this web site to go to China open-source forums such as search, have to provide the latest version of the Android atudio download link
1.2 Downloads Gradle
Download gradle, download page: http://www.gradle.org/downloads, can choose different version download
Current latest version is 2.2, for Android Studio 0.9.3 i download is version 2.1
2. Install Android Studio
Prerequisite: Before installing Androidstudio, make sure you have installed the JDK and configured the Java environment
2.1 Installing Androidstudio
2.1.1. Installation program Installation
Click on next to Install, and Android Studio will automatically find the path to your JDK.
2.1.2
. Compress Package Installation
If it is a compressed package, unzip it directly to the installation directory.
3. Configure the Gradle 3.1 configuration Gradle
Copy the downloaded Gradle compressed zip file (do not unzip) to C:\Users\YourName\.gradle\wrapper\dists\gradle-2.1-all\ 27drb4udbjf4k88eh2ffdc0n55 directory,
4. Running Android Studio 4.1 open Androidstudio
Depending on your computer configuration, choose studio.exe or studio64.exe to open Android Studio
New project, wait a moment, also need to download something, you can see the Studio home page, show version of Android Studio 0.9.3
5. Theme and font settings 5.1 change the studio theme. Modify the default color scheme
First you need to go to Andord Studio's IDE setting interface, click the Settings icon on the toolbar or file->setting->
on the Settings page, select Editor->editor&fonts, select Darcula in the scheme Name drop-down box, and click Apply
Font settings for 5.2 Studio
By default the font of the style you choose is not modifiable, you need to click on the style, next to the Save as ... button, the name of a random one, and then you can change the font size
Under Apperance interface options, tick the override defaults font by and select the font you like in the Down box
about the download and installation of the Android SDK is not introduced here, well, the Android Studio environment installation and simple configuration is complete, the following can start coding ... http://bbs.taobao.com/ Catalog/thread/10394507-288500274.htm posts
Android studio installation and theme font configuration