6 Easy Steps to Installing Android SDK with Eclipse


How to Install Android SDK with Eclipse

The Following are the steps to install android 2.0.1 sdk into eclipse for the first time if you want to start to develop Android apps.
1) Install java 6 sdk from http://java.sun.com/javase/downloads/index.jsp. If you already have a sdk installed make sure it is at least java 5 sdk
2) Install Eclipse Classic 3.5 from http://www.eclipse.org/downloads/. If you already have eclipse installed make sure it is at least eclipse 3.4
3) Download the latest andorid SDK from http://developer.android.com/sdk/index.html. Unzip the package to a location that you will remember and not delete. Then add this location to your System Path.
4) Install the ADT plugin for eclipse with the following instructions. http://developer.android.com/sdk/eclipse-adt.html
5) Use the AVD manager to download latest documentation and other SDK’s you would like to support
6) Start a new Android Project and start programming your Application

Filed Under: DevelopmentHow To's

Tags:

About the Author:

RSSComments (2)

Leave a Reply | Trackback URL

  1. Anonymous Coward says:

    Why is this so difficult? If I understood it, I would have it all done in one installer. Installing 4 things is nonsense. Someone please make this easier!

  2. David says:

    Thanks, but after some struggling with it not working, I found there is a missing final step: You must go to Window/Preferences, select ‘Android’, then select the ‘SDK location’ to be where you installed the Android SDK, and then ‘Apply’!

    – David

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.