Eclipse IDE basics Android
Eclipse IDE is very widely used IDE. This IDE can be used for various programming language. In this article we will see how to use IDE for android.
Eclipse PluginÂ
To make development easier, Google has written a plug-in for Eclipse called the Android Development Toolkit (ADT).
Go to Help > Install new Software > Add
Details: We have to type a name and url which is https://dl-ssl.google.com/android/eclipse

After adding this site developer tools will appear on screen. Then Select tools and click Next to install.
Android SDKFirst download the android SDK starter package from:
http://developer.android.com/sdk/index.html
After down- loading the package that’s right for you, unpack the .zip file to a temporary directory.
Android SDK Components
Run android.exe and Setup program will now display a list of available components including documentation, platforms, add-on libraries, and USB drivers
