Hello this will be my first time learning developing Android. I am very Java savvy, Just running into kinks with the book chapter 1-2. Went through all steps and run into problems like after setting all up, android emulator doesnt show Helloworld.apk like in figure 1-28 chapter1 and page 23 some of my code is not the same as presented. Is it because todays files are updated or where did i go wrong?

using eclipse EE IDE
And my SDK and AVD manager shows up seperately why?
[2011-11-06 13:39:29 - HelloWorld1] ------------------------------
[2011-11-06 13:39:29 - HelloWorld1] Android Launch!
[2011-11-06 13:39:29 - HelloWorld1] adb is running normally.
[2011-11-06 13:39:29 - HelloWorld1] No Launcher activity found!
[2011-11-06 13:39:29 - HelloWorld1] The launch will only sync the application package on the device!
[2011-11-06 13:39:29 - HelloWorld1] Performing sync
[2011-11-06 13:39:29 - HelloWorld1] Automatic Target Mode: launching new emulator with compatible AVD 'Android_2.3_emulator'
[2011-11-06 13:39:29 - HelloWorld1] Launching a new emulator with Virtual Device 'Android_2.3_emulator'
[2011-11-06 13:39:33 - HelloWorld1] New emulator found: emulator-5554
[2011-11-06 13:39:33 - HelloWorld1] Waiting for HOME ('android.process.acore') to be launched...
[2011-11-06 13:41:16 - HelloWorld1] HOME is up on device 'emulator-5554'
[2011-11-06 13:41:16 - HelloWorld1] Uploading HelloWorld1.apk onto device 'emulator-5554'
[2011-11-06 13:41:18 - HelloWorld1] Installing HelloWorld1.apk...
[2011-11-06 13:42:29 - HelloWorld1] Success!
[2011-11-06 13:42:29 - HelloWorld1] \HelloWorld1\bin\HelloWorld1.apk installed on device
[2011-11-06 13:42:29 - HelloWorld1] Done!