Method one, the normal download required SDK package
Launch Android SDK Manager, open the main interface, select "tools","options...", pop up the "Android SDK manager-settings" window ;
In the Android SDK manager-settings window, in the "http proxy server" and "http proxy port" input boxes, fill in mirrors.neusoft.edu.cn
and 80
, and select "force https://... sources to be fetched using http://..." check box. Click the "close" button to close the "Android SDK manager-settings" window and return to the main screen after Setup is complete.
Select "packages" as follows:
4. Select the lower right "install"> "accpect license">"install" to install
Method Two, download the image files offline, and install the use
Online installation is too slow, network server is unstable ... Then I chose to download and install offline, download the path to see http://www.cnblogs.com/amberly/p/6075983.html, if you can not access the network, it is OK to go to Baidu Cloud disk download, but it is important to note that I have retained the relevant files of API17 (as long as more than 17 can create a virtual machine and grab the bag with Appium)
Link: Http://pan.baidu.com/s/1ciQZFK Password: bah5
Let's talk about how to use these bags.
1, First will
Android-17_r03.zip
Samples-17_r01.zip
Sources-17_r01.zip
Sysimg_mips-17_r01.zip
Four packages copied to your%\jdk_home%\sdk\temp directory
2. Enter the pkg you just downloaded in the Android SDK Manager, then click Install, then in the Pop-up dialog box, select the installation package and select Accept, then click Install
3, here will skip the download step, directly decompression installation.
4, Next is a few other installation packages
Sysimg_armv7a-17_r02.zip
Sysimg_x86-17_r01.zip
The use
5. Unpack the packages separately, and then place the folders in the E:\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\system-images\ Android-17\default (Find your own corresponding directory) under the directory
6, then you can start to create the ADV Simulator ~!!! Toss for a few days, must commemorate, hahaha
[Android] Create emulator in Android SDk Manager cannot select CPU problem resolution