Go directly to the official download containing the Android SDK installation package (about 813M), before it is not included in the Android SDK (about 214M) so need to download the Android SDK from Dl-google, too cumbersome. Here is a step-by-step way to teach you how to use an installation package that contains the Android SDK.
: Http://pan.baidu.com/s/1sjNUmfV Babel or official download http://www.android-studio.org/
1, after the download is a file installation package, double-click open to install
2. After installation, open Android Studio, there will be additional updates to download
This is the time to turn this off, shut it down, turn it off by the task Manager.
3. Locate the Android Studio installation directory (D:\Program files\android\android studio\bin), locate Idea.properties, and edit open, add the following line
Disable.android.first.run=true
4, first find C:\Windows\System32\drivers\etc the following hosts file, edit the way to open, add the following:
203.208.46.146 www.google.com
74.125.113.121 developer.android.com
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
Open the Android SDK directory (my: C:\USERS\HUQIANG\APPDATA\LOCAL\ANDROID\SDK\ANDROID-SDK) to find the SDK Manager and open it,
Be sure to remember:
Select the Android SDK you want me to choose is Andoid 4.2.2 (API 17), tried several times, download speed is very slow, just 48k/s, and then open again, 1m/s
5. Turn on Android studio again. Create a new project, Haha, you are done!
==========================================================================
Android Studio installation