lakshmanraob wrote:hi,
Thanks for the quick reply. As a bad practice i just stopped the application by clicking on the 'X' Button. Because of that it is unable to launch the application for the second time.
It is giving the alert on the emulator that sorry "hello world" application could not run. and it had the button to stop the application force fully.
hm... if you deploy and start your emulator with eclipse, it should automatically reinstall the app and start it. so it should always be like "the first start". Try to deinstall the application over the application list in the settings of the emulator.
lakshmanraob wrote:IN the console following error i am getting
[2009-04-07 13:02:16 - DeviceMonitor]Error reading jdwp list: EOF
[2009-04-07 13:02:16 - DeviceMonitor]Connection Failure when starting to monitor device 'emulator-5554' : device (emulator-5554) request rejected: device offline
Well thats correct, if the emulator is not open, the installation of your application cant work.
If nothing help, start your emulator once with "-wipe-data" as parameter to reset everything.