处理队列时序列号未知

时间:2013-06-03 14:29:17

标签: android

我有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'!

你有什么想法吗?

1 个答案:

答案 0 :(得分:0)

请关注https://stackoverflow.com/a/25862648/787399,这可能是由于所有权或权限被拒绝。