My first android app .. Wow its very simple ...

I am writing some point to start android development

1. Download android sdk from this http://developer.android.com/sdk/index.html ..
2. Before  installing sdk in system, first you need to do is download jdk / jre 6 for your system remember android sdk don't support jdk 7 . you can download it from this http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.html
3. install the jdk . 
4. extract android sdk and found eclipse folder and open it .
5. double click on eclipse.exe it will demands you location so locate it specific folder where this if safe it can locate in xamp's htdoc folder so that you can use local host too.
6 . eclipse installed then  open windows menu found android sdk and android adt there, so click on android sdk .  You got a screen, here you can download latest android version for android development  .
7. go to eclipse file menu open create new android project. here it are some option you choose ..
8 . run this project in emulator created in ADT .
Oldest