i am developing android application in eclipse ,,
When i am run the program it runs the emulator but in Console window it shows that
[2011-03-24 09:43:35 - helpme] ------------------------------
[2011-03-24 09:43:35 - helpme] Android Launch!
[2011-03-24 09:43:35 - helpme] adb is running normally.
[2011-03-24 09:43:35 - helpme] Performing com.example.helpme.helpme activity launch
[2011-03-24 09:43:35 - helpme] Automatic Target Mode: launching new emulator with compatible AVD 'my_avd'
[2011-03-24 09:43:35 - helpme] Launching a new emulator with Virtual Device 'my_avd'
[2011-03-24 09:43:38 - helpme] New emulator found: emulator-5554
[2011-03-24 09:43:38 - helpme] Waiting for HOME ('android.process.acore') to be launched...
[2011-03-24 09:44:56 - helpme]
emulator-5554 disconnected! Cancelling 'com.example.helpme.helpme activity launch'!
and also , if i gave a command adb shell in command prompt it shows that
"error: device offline"
can u please helpme
