当我启动模拟器或尝试运行Android项目时,我收到此错误 -emulator:../../ src / xcb_io.c:249:process_responses:Assertion`(((long)(dpy) - > last_request_read) - (long)(dpy-> request))< = 0)'失败。模拟器只显示几秒钟。正确安装了sdk和eclipse。
答案 0 :(得分:0)
我也遇到过这个问题&经过大量的尝试,我找到了解决方案...
这很简单,你需要同意模拟器和放大器DDMS。
它们位于android-sdk的/ tools目录中
首先转到该目录,然后运行以下命令:
$sudo chmod 755 emulator
$sudo chmod 755 ddms
然后:
$emulator -avd <name of avd>
希望这会起作用
:)