Emulator woes - emulator: ../../src/xcb_io.c:249: process_responses: Assertion
I'm trying to get my Hello, World application running in Android/Eclipse but running into the following issue. Anyone know what this is?
I have been able to successfully run the HelloAndroid application exactly twice over like 12 hours. On the rare occasion that it ran successfully, when I moved the mouse pointer over the emulator window, the window immediately closed and I received the following error:
[2011-03-29 23:01:01 - Emulator] emulator: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed
Any help would be appreciated.
|