Sunday, January 09, 2011

android setup

  1. install SDK http://developer.android.com/sdk/index.html
  2. install ADT Plugin for Eclipse http://developer.android.com/sdk/eclipse-adt.html
  3. eclipse windows > preferences > Android, set up SDK location.
  4. eclipse windows > Android SDK and AVD Manager
  5. create virtual devices by clicking 'New' button.
  6. you can also download more packages within that manager.
  7. create some hello world projects through wizard or import samples.
  8. run the project as Android Application, and it is launched in the AVD.

0 comments: