Saturday, January 10, 2009

Android Installation

What is Android ?
Android is a software stack for mobile devices that includes an operating system, middleware and key applications.Using Android, you can create applications,like you can do using J2ME.

Installing Android on Windows XP
Its very easy to install android after you read this tutorial.Just follow the steps:
1. Go to http://code.google.com/android/ and download the Android SDK.This contains Android emulator, documentation and sample codes.
2. Go to http://www.eclipse.org/downloads/ and download Eclipse IDE using which you will write your applications.
3. You now need to download ADT, which is a plugin.It needs to be configured with Eclipse so that you can create applications.
4. Open your Eclipse IDE, Click on Help-Software Updates-Available Sofwares (tab)-Add Site.
5. On the location box write, https://dl-ssl.google.com/android/eclipse/ and click OK.
6. You will now get a check box, expand it and check all the items.Click on the Install button.
7. After this, click on a couple of next and finish and wait until it gets downloaded form internet.
8. Right click on My Computer-Properties-Advanced(tab)-Environment Variables-Edit the variable Path and give the location of the tools folder in the unzipped Android SDK folder.
9. Restart your computer.
10. Open Eclipse, Click on File-New-Android Project..

Congratulations, you have now successfully installed Android..

3 comments:

  1. Hey.....this tutorial was very helpful.....gr8 work...

    ReplyDelete
  2. Hi

    I tried till 5 step then on I added achieved ADT to eclipse but it seems to work fine with cpp eclipse version than with java eclipse (both gynamede)

    does it really matter wheter it's cpp or java eclipse???

    plz do help in setting up SDK n to begin with apps :)

    thank u so much

    ReplyDelete
  3. Yes , it does matters.. Android apps are written in Java, so u need to download the correct version.
    Go to http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.4.2-200902111700/eclipse-SDK-3.4.2-win32.zip

    and download Eclipse. This is the one that u should be using. Follow the above steps, if u have problems, i'll be happy to help u..

    ReplyDelete