I am running a program with a single activity using the Eclipse Android plugin. When I run the program I get the following output. I would appreciate any help you can give me as this is my first Android project. Thanks in advance.
[2008-09-19 00:15:36 - PersonalGiftRegistry] Android Launch!
[2008-09-19 00:15:36 - PersonalGiftRegistry] adb is running normally.
[2008-09-19 00:15:36 - PersonalGiftRegistry] Launching: com.dvorakconsulting.PersonalGiftRegistry.TargetClient.HomeView
[2008-09-19 00:15:36 - PersonalGiftRegistry] Automatic Target Mode: using existing emulator: emulator-5554
[2008-09-19 00:15:36 - PersonalGiftRegistry] Uploading PersonalGiftRegistry.apk onto device 'emulator-5554'
[2008-09-19 00:15:37 - PersonalGiftRegistry] Installing PersonalGiftRegistry.apk...
[2008-09-19 00:15:38 - PersonalGiftRegistry] Application already exists. Attempting to re-install instead...
[2008-09-19 00:15:40 - PersonalGiftRegistry] Success!
[2008-09-19 00:15:41 - PersonalGiftRegistry] Starting activity com.dvorakconsulting.PersonalGiftRegistry.TargetClient.HomeView on device
[2008-09-19 00:15:42 - PersonalGiftRegistry] ActivityManager: Starting: Intent { comp={com.dvorakconsulting.PersonalGiftRegistry.TargetClient/com.dvorakconsulting.PersonalGiftRegistry.TargetClient.HomeView} }
[2008-09-19 00:15:43 - PersonalGiftRegistry] ActivityManager: [1] Killed am start -n com....

