Android SDK
The Android SDK provides the necessary API libraries and development tools for the development, testing, and debugging of Android apps.
ADT Bundle Download
If you are a novice Android developer, it is recommended that you download the use ADT Bundle to quickly start Android development, which provides the necessary Android SDK components and an Eclipse version of the built-in ADT.
Http://developer.android.com/sdk/index.html#win-bundle
With a single download, the Eclipse ADT bundle includes everything your need to begin developing apps:
- Eclipse + ADT Plugin
- Android SDK Tools
- Android Platform-tools
- A version of the Android platform
- A version of the Android system image for the emulator
If you have installed a different version of Eclipse that you prefer, you can also download only the Android SDK tools installation. is:http://dl.google.com/android/installer_r23.0.2-windows.exe
Operating system and operational environment
Windows XP (32-bit), Vista (32-or 64-bit), or Windows 7 (32-or 64-bit)
Requires system installation of JDK6 above (installing JRE is not enough)
Apache ANT 1.8 or later
Download Install JDK
Http://www.oracle.com/technetwork/java/javase/downloads/index.html
Choose the version that's right for your operating system and there's nothing to say here.
Deploying the installation of ADT bundles
Complete the installation of the Java JDK
Unzip the ADT Bundle to where you want it. such as C:\Program Files\adt Bundle.
Open Eclipse and find the SDK Manager standalone open on the toolbar if you are not using Eclipse to manage SDK packages through the SDK Manager.exe. After you open the SDK Manager, all that is left is to select the packages you need to download and install. This process may become slow due to the speed limit.
Because the links to HTTPS are sometimes unstable, you can try the following methods if the update package cannot be downloaded.
First step: Modify the System Host file C:\Windows\System32\drivers\etc\hosts
# Google home 203.208.46.146 www.google.com# This line is for the convenience of opening the Android development website now it seems like no VPN can also open 74.125.113.121 developer.android.com# updated content is downloaded from the following address 203.208.46.146 dl.google.com 203.208.46.146 Dl-ssl.google.com
Second step: Click on the Tools tab on the SDK Manager toolbar to open the option menu and check the option on the red background. Then close the SDK manager and turn it back on.
Some of the package options that you must install are listed below