when I open eclipse and all files are loaded and I run my app, the emulator opens after which I get an error in console.
So Again when I close the emulator and run the app again, I get the same error in console.
And finally the third time when I run the app, it gets installed and launches the apk. This happens every time I open eclipse.
What is the problem?
Console logs:
[2013-06-01 20:10:58 - CalendarDemo] ------------------------------
[2013-06-01 20:10:58 - CalendarDemo] Android Launch!
[2013-06-01 20:10:58 - CalendarDemo] adb is running normally.
[2013-06-01 20:10:59 - CalendarDemo] Performing com.indianic.demo.calendark.CalendarActivity activity launch
[2013-06-01 20:10:59 - CalendarDemo] Automatic Target Mode: Preferred AVD '53' is not available. Launching new emulator.
[2013-06-01 20:10:59 - CalendarDemo] Launching a new emulator with Virtual Device '53'
[2013-06-01 20:11:29 - Emulator] Failed to create Context 0x3005
[2013-06-01 20:11:29 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-06-01 20:11:30 - Emulator] emulator: emulator window was out of view and was recentered
[2013-06-01 20:11:30 - Emulator]
[2013-06-01 20:11:30 - CalendarDemo] New emulator found: emulator-5554
[2013-06-01 20:11:30 - CalendarDemo] Waiting for HOME ('android.process.acore') to be launched...
[2013-06-01 20:12:46 - CalendarDemo] emulator-5554 disconnected! Cancelling 'com.indianic.demo.calendark.CalendarActivity activity launch'!
[2013-06-01 20:19:55 - CalendarDemo] ------------------------------
[2013-06-01 20:19:55 - CalendarDemo] Android Launch!
[2013-06-01 20:19:55 - CalendarDemo] adb is running normally.
[2013-06-01 20:19:55 - CalendarDemo] Performing com.indianic.demo.calendark.CalendarActivity activity launch
[2013-06-01 20:19:55 - CalendarDemo] Automatic Target Mode: Preferred AVD '53' is not available. Launching new emulator.
[2013-06-01 20:19:55 - CalendarDemo] Launching a new emulator with Virtual Device '53'
[2013-06-01 20:20:20 - Emulator] Failed to create Context 0x3005
[2013-06-01 20:20:20 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2013-06-01 20:20:21 - Emulator] emulator: emulator window was out of view and was recentered
[2013-06-01 20:20:21 - Emulator]
[2013-06-01 20:20:21 - CalendarDemo] New emulator found: emulator-5554
[2013-06-01 20:20:21 - CalendarDemo] Waiting for HOME ('android.process.acore') to be launched...
[2013-06-01 20:21:14 - CalendarDemo] HOME is up on device 'emulator-5554'
[2013-06-01 20:21:14 - CalendarDemo] Uploading CalendarDemo.apk onto device 'emulator-5554'
[2013-06-01 20:21:16 - CalendarDemo] Installing CalendarDemo.apk...
[2013-06-01 20:22:18 - CalendarDemo] Success!