Method has two
Method One:
Android SDK Development Kit Domestic
Http://www.cnblogs.com/bjzhanghao/archive/2012/11/14/android-platform-sdk-download-mirror.html
Android SDK
The SDK is a development package that contains two types of command-line tools: SDK toolssuch as Android.bat, Ddms.bat, Emulator.exe, and so on, which are located in the \tools directory, However, the ROM required to run the emulator is not included, and the other is Platform Tools, which contain commands such as Adb.exe, Aidl.exe, Aapt.exe, and so on, which are located in the \platform-tools directory.
Please distinguish these names from the following: SDK, SDK tools, Platform tools, Platform package.
Filename |
File size |
Description |
Other |
Installer_r24.0.2-windows.exe |
87.1M |
|
Website |
Android-sdk_r24.0.2-windows.zip |
133.0M |
|
Website |
Installer_r23.0.2-windows.exe |
88.7M |
The official recommended download for this installation package is 32-bit and 64-bit generic. |
Website Micro Cloud |
Android-sdk_r23.0.2-windows.zip |
134.0M |
Although the filename is "SDK", in fact, does not contain platform-tools, It is more appropriate to call "SDK tools". |
Website Micro Cloud |
Android-sdk_r23.0.2-macosx.zip |
86.7M |
Website Micro Cloud |
Android-sdk_r23.0.2-linux.tgz |
134.0M |
Website Micro Cloud |
After the SDK is installed/decompressed, it has only basic functionality and cannot begin development. You also need platform-tools and at least one platform package to be complete. The SDK Manager can be installed online in eclipse, but sometimes manual installation may be faster.
Filename |
File size |
Description |
Other |
Platform-tools_r14-linux.zip |
10.4M |
Extract the Platform-tools directory to the directory where the SDK resides |
Website |
Platform-tools_r14-macosx.zip |
10.8M |
Website |
Platform-tools_r14-windows.zip |
10.6M |
Website |
If you have installed the Android SDK and want to upgrade tools separately, you can select the required compression package download from the file below and replace the corresponding subdirectory in the SDK directory.
Filename |
File size |
Description |
Other |
Tools_r20.0.3-linux.zip |
78.8M |
Compared to the "SDK" in the first table, only the AVD Manager and SDK Manager are missing. It is recommended to use the Tools directory to replace the original directory with the same name only when the upgrade is required. |
Website |
Tools_r20.0.3-macosx.zip |
55.5M |
Website |
Tools_r20.0.3-windows.zip |
86.0M |
Website
|
After the download installs the appropriate package, start configuring the environment variables:
A, find the path selected in the system variable, click "Edit" below
B, add the directory path of Platform-tools and tools in ANDROIDSDK in the variable value, here I am C:\Program Files (x86) \android\android-sdk\platform-tools and C \ Program Files (x86) \android\android-sdk\tools.
C
Run the ADB on the Windows Runtime diagram you succeeded.
Method Two:
Combined with Eclipse
Android SDK Environment Setup