To install Android SDK on a Windows machine, please follow these steps.
You need to install Java Development Kit, if it is not already installed on you computer. JDK 5 or JDK 6 (JRE alone will not work) is required for developing Android applications using the Android SDK. You can download the JDK from http://java.sun.com/javase/downloads/index.jsp Follow the instructions provided at Java official page for the installation of JDK.
Install Eclipse IDE. You can install any one from Eclipse Classic 3.4 or Eclipse 3.4 (Ganymede) Eclipse 3.5 (Galileo) or greater (Eclipse 3.4 (Ganymede) is no longer supported with the latest version of ADT). To download and install Eclipse IDE visit http://www.eclipse.org/downloads/
The Android SDK Starter Package includes the core SDK tools. This helps in downloading and installing the rest of SDK components. To download the Starter Package goto http://developer.android.com/sdk/index.html. Select .zip file for Windows platform. Unpack the downloaded .zip file to any suitable location on your computer. For example in "c:\", after that you will have a folder something like "c:\android-sdk-windows".
To work with Eclipse IDE you need to install Android Development Tool (ADT). To install this plugin Start Eclipse and select Help -> Install New Software. Click on Add button on top right corner. Type URL http://dl-ssl.google.com/android/eclipse/ for Location. In the Available Softwares dialog, select the Developer Tools to install the Android DDMS and Android development Tools.
In Eclipse IDE, select Window -> Preferences. Select Android and browse to the location where Android SDK was unpacked. Press OK button.

Android SDK and AVD Manager is used to add or update the SDK Components and APIs. In Eclipse IDE, select Window -> Android SDK and AVD Manager -> Available Packages. Select the APIs you need to develop your applications. For example; select "Documentation for Android SDK, API 9", "SDK Platform Android 2.3,API 9", "Google APIs by Google Inc. Android API 9" and 'Samples for SDK API 9".
Press "Install Selected" to install the components and api.

To run the emulator to run applications, you need to create Virtual Devices. You can create multiple devices each with different configurations as per your need.
To define an AVD, in Eclipse IDE, select Window -> Android SDK and AVD Manager -> Virtual Devices. Press New button and define the configuration for your new virtual device.

After successfully completing all the above steps your Development Environment is ready to develop Android Applications. You can also run the applications on the emulator or an Android device.
Comments
Joni (not verified)
Sun, 11/13/2011 - 06:13
Permalink
harpICjXNLNDZq
I don't know who you wrote this for but you helped a btrhoer out.
Beatrice (not verified)
Wed, 01/18/2012 - 17:37
Permalink
DjKEdePrTr
That's a smart way of thniikng about it.
Add new comment