Tools needed to develop Android programs
1.JDK
The 2.Android sdk:android SDK, when developing an Android program, requires the introduction of the toolkit to use the Android-related APIs.
IDE for 3.eclipse:android Development.
In addition to eclipse, the IDE that is also suitable for developing Android programs is IntelliJ idea, Androidstudio, and so on.
Which Android Studio is Google's latest official launch of the new IDE, because it is specifically for the development of Android program customization.
4.adt:android Development Tools is an Eclipse plugin from Google that provides a powerful, highly integrated Android development environment in eclipse.
Method One:
You can have all of the above software ready, and then install it all by yourself. (Too troublesome, not to use)
Method Two:
On the Android website you can download to a bundled SDK toolkit, all of which are included in the Android SDK, Eclipse, ADT plugin.
Yes: http://developer.android.com/sdk/
Download good is a compressed package called adt-bundle-windows-x86-20140702. Unzip and click SDK Manager to see all versions of the Andorid SDK. After downloading the SDK, click Eclipse, which installs the ADT plugin, so you can develop the Android program directly on this eclipse.
See the first line of code for a specific process
Problems encountered:
1. Problems with SDK Manager update
Failed to fetch URL Https://dl-ssl.google.com/android/repository/repository-6.xml, reason:connection to https:// Dl-ssl.google.com refused
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:connection to/HTTP Dl-ssl.google.com refused
....
Workaround:
http://blog.csdn.net/foxeatapple/article/details/8450372
2. In order to resolve the problem in 1, modify the hosts, but encounter a problem: You do not have permission to save files in this location, please contact the administrator to obtain the appropriate permissions.
Workaround:
Http://wenku.baidu.com/view/0ac16805eff9aef8941e06fc.html
You can now install the SDK.
Android Development to build a development environment