Android is one of the most popular operating system for mobile devices such as smartphones and tablet computers. In this blog post i will describe how to install Android SDK and set up your development environment for the first time.

Before installing android SDK you should make sure the following points:
1. Check your computer first if it meets the System Requirements.
2. You need to install the latest JDK, if you don’t have it installed already.
After ensuring the points mentioned above download the latest version of the SDK starter package from the SDK download page and install the SDK.
Next step is configuring android SDK in Eclipse:
Download eclipse from Eclipse.Org. The “Eclipse Classic” version is recommended by Android. Otherwise,a Java or RCP version of Eclipse is preferred.
After installing eclipse you need to install plugin called ADT(Android Development Tools) on your eclipse. ADT(Android Development Tools) is a plugin for the Eclipse that is designed to give you a powerful, integrated environment to develop Android applications.
Now go ahead and apply the following steps to install ADT plugin on Eclipse(For Windows User)
https://dl-ssl.google.com/android/eclipse/
If you face problem executing the above steps try out this alternate option
After you’ve successfully downloaded the ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:
You may see a dialog asking whether you want to send usage statistics to Google. If so, make your choice and click Proceed. You cannot continue with this procedure until you click Proceed.
Now if you install everything ok then you will see something like below on your eclipse:
Red circle marked showing android SDK manager and Virtual devices means ADT plugin installed successfully on eclipse. Now click on the left icon (Anoid SDK manager) and you will see something like below:
On the right side(red marked) you will see the status of the packages that is installed /Not installed/ Update Available. I have installed all kind of packages what was required for me. For a new installed sdk manager you will see all most every package’s status is “Not Installed”. So select which package you will need from right side check box on every package. And click Install Packages on right bottom side. then You will see something like below:
Now Select Accept All(red marked) and click Install. After install restart Eclipse. Installing packages may take time.
Environment Variable issue:
For windows please set environment variable for SDK manage by following steps:
That’s all for now about installing Android SDK with Eclipse. On next post i will describe running first virtual device and first Android application from Eclipse.
Have a good weekend !