2

我有带有 jdk 6 的 Ubuntu 13.04 64 位。我试图在我创建的模拟器中运行 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'!

你有什么想法?

4

1 回答 1

0

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

于 2014-09-16T07:14:07.807 回答