Quickstart Android Development Environment Setup

Android ADT Bundle

Android ADT Bundle

This is a great update that Google has come up with for Android Developers, Android Trainers and Android Learners because before this ADT Bundle setting up Android Development Environment was bit tedious job and it was very time consuming too. Many times students asked me the steps to setup the Android Development Environment and every time (for every new batch) we need to setup the Android Development Environment from scratch and I used to tell them following steps :

  1. Download JDK (Java Development Kit), Install it, Set Environment Path
  2. Download Eclipse
  3. Download ADT Plugin for Eclipse
  4. Set the Preferences in Eclipse with Android SDK path
  5. Download the latest Platform Tools and others required but optional stuffs

But now thanks to Google for ADT Bundle which provides everything you need to start developing Android Applications. The ADT Bundle includes :

  1. Eclipse + ADT Plugin (ADT Plugin already installed inside Eclipse)
  2. Android SDK Tools
  3. Android Platform Tools
  4. Latest Android Platform
  5. Latest Android System Image for Emulator

To setup the ADT Bundle you need to follow 2 steps below :

  1. Unpack the ZIP file (named adt-bundle-<os_platform>.zip) and save it to an appropriate location, such as a “Development” directory in your home directory.
  2. Open the adt-bundle-<os_platform>/eclipse/ directory and launch Eclipse.

If you are new to Android Development, I will recommend ADT Bundle to quick start development process. but if wish to go with the existing IDE then you can go with downloading the SDK Tools for Eclipse.

Click on the image above to download the ADT Bundle.

Watch the demo video here :

[gigya src=”http://player.videofy.me/player.swf?videoId=893705″ width=”480″ height=”360″ quality=”high” wmode=”transparent” allowFullScreen=”true”]

Share