The Android development environment under Eclips is deployed here.
1, download the android SDK
Download link address is: http://wear.techbrood.com/sdk/index.html
The downloaded file name is: adt-bundle-windows-x86_64-20140702
When you unpack it, you'll find that it already contains the Eclipse software and the Android SDK.
2. Launch Android SDK Manager
There are two startup methods:
A. Open eclipse, create a new project, and then choose Window---The Android SDK Manager from the Topo menu
B. Run E:\Toolkits\adt-bundle-windows-x86_64-20140702\sdk\tools\android.bat
The Open interface is as follows:
After opening, it may take a long time to search the Web, and the last hint is "Failed to fetch ..."
3, solve the problem of failed to fetch
Follow the screenshot below to set up the proxy and configure the URL
At this point to solve the screen screenshot below, you will find a list of multiple file lists
4, but download or prompt failure, download problem resolution settings
C:\Windows\System32\drivers\etc\hosts file to add a row 203.208.46.200 dl-ssl.google.com
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
#:: 1 localhost
203.208.46.200 dl-ssl.google.com
In addition, the HTTP Proxy server in the settings of the Android SDK Manager is replaced with a domestic mirror: ubuntu.buct.cn port, close, select "Reload"
Finally check yourself to download the updated package. The next time if this address is not enough, just search the Internet for other available addresses.
reference materials
Http://stackoverflow.com/questions/27388746/sdk-manager-unable-to-fetch-content-errorfailed-to-fetch-url-https-dl-ssl-g
http://www.oschina.net/question/1399261_195245 Android SDK Domestic Mirror