开发者

Getting an error when starting the android emulator!

开发者 https://www.devze.com 2023-03-13 03:26 出处:网络
When i try to launch the android emulator from the avd manager this error occurs. emulator: emulator window was out of view and was recentred

When i try to launch the android emulator from the avd manager this error occurs.

emulator: emulator window was out of view and was recentred emulator: ../../src/xcb_io.c:221: poll_for_event: Assertion `(((long) 开发者_JAVA百科(event_sequence) - (long) (dpy->request)) <= 0)' failed.

I had Ubuntu 10.10 32bit, installed Ubuntu 11.04 64bit and copied the eclipse ide and the android sdk. Then i updated the .bashrc file and added the export path.

Developing on a physical devices works perfectly. Can someone help me if i forgot something ?


Looks like you problem is linked to the size of longs. It sounds like a 32bit/64 bit problem.

You should consider installing a new eclipse and a new android SDK suited for your system.

Regards, Stéphane

0

精彩评论

暂无评论...
验证码 换一张
取 消