我有64位的Ubuntu 13.04和jdk 6.我试图在我创建的模拟器中运行一个Android程序的“helloworld”示例,当我从Eclipse运行该程序时,它说:
[Emulator] [xcb] Unknown sequence number while processing queue
[2013-06-03 17:23:40 - Emulator] [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[2013-06-03 17:23:40 - Emulator] [xcb] Aborting, sorry about that.
[2013-06-03 17:23:40 - Emulator] emulator64-arm: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
[2013-06-03 17:23:42 - FirstAndroidApp] emulator-5554 disconnected! Cancelling 'com.example.firstandroidapp.MainActivity activity launch'!
你有什么想法吗?