Two solutions to ADT installation failure in Eclipse [Android Development Tooling], adttooling
Cause
Recently, I want to build an Android development environment in Windows 7. Although I have Android Studio, I am still used to Eclipse. As we all know, it is impossible for Eclipse to directly install the ADT (Android Develepment Tooling) plug-in. Here are two solutions. The premise is to install Google first ~ @! The wall tool GoAgent.
1. Use Proxy
Because direct access is not feasible, you can use VPN or GoAgent as Proxy access. If you are using GoAgent, follow the settings below.
Open Eclipse and open the menuWindow->Preferences->General->Network ConnectionsSelect Manual at the Active Provider, and edit HTTP: Host to 127.0.0.1 and Port to 8087. Similarly, set HTTPS to the same parameter, for example:
After this setting, Eclipse will be able to access ~ Through GoAgent ~! @ 'S website, then you can use the menuHelp->Eclipse MarketplaceSearch for "ADT" and find "Android Development Tooling" to install the tool. There are many ways to install the tool.
Ii. install local files
Because of the need to generate ~! @ Li and other reasons are troublesome. It is most direct to directly download the installation file. You can use your VPN or GoAgent to download the installation file, if you are not convenient, you can ask your friends to download the file and send it to you again. The file is not very large, about MB. Go directly to this page to download Installing the Eclipse Plugin, the specific file is: https://dl.google.com/android/ADT-23.0.4.zip.
After the download is complete, open Eclipse,Help->Install New Software-> Add-> Archive, select the ADT-23.0.4.zip file you just downloaded, and click OK. Select "Developer Tools" and all the following sub-items, and click "Next", as shown in:
The next step is to select the first "I Accept ...... ", Then click Finnish, and wait for completion. A prompt will pop up in the middle. Just click" Yes.
After installing ADT, you also need to install and configure the Android SDK and Android NDK. This is not the scope of this article. You can refer to other articles on your own.
References
Http://developer.android.com/sdk/installing/installing-adt.html
Http://www.cnblogs.com/sifan/archive/2012/09/21/2696257.html
.