我制作了一些Android模拟器设备,并尝试执行它。我有以下错误:
02-18 05:46:39.070 99-99/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting
02-18 05:46:39.070 99-99/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000063 (code=-6), thread 99 (surfaceflinger)
02-18 05:46:43.430 137-137/? E/cutils﹕ Failed to read /data/.layout_version: No such file or directory
02-18 05:46:43.430 137-137/? E/installd﹕ Could not create directories; exiting.
02-18 05:46:43.710 138-138/? E/keystore﹕ chdir: /data/misc/keystore: No such file or directory
02-18 05:46:44.160 134-134/? E/SurfaceFlinger﹕ hwcomposer module not found
02-18 05:46:44.160 134-134/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting
02-18 05:46:44.170 134-134/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000086 (code=-6), thread 134 (surfaceflinger)
02-18 05:46:48.530 150-150/? E/cutils﹕ Failed to read /data/.layout_version: No such file or directory
02-18 05:46:48.530 150-150/? E/installd﹕ Could not create directories; exiting.
02-18 05:46:48.670 151-151/? E/keystore﹕ chdir: /data/misc/keystore: No such file or directory
02-18 05:46:49.260 147-147/? E/SurfaceFlinger﹕ hwcomposer module not found
02-18 05:46:49.260 147-147/? E/SurfaceFlinger﹕ ERROR: failed to open framebuffer (No such file or directory), aborting
02-18 05:46:49.260 147-147/? A/libc﹕ Fatal signal 6 (SIGABRT) at 0x00000093 (code=-6), thread 147 (surfaceflinger)
我该如何解决?我的设备无法运行。提前致谢。
答案 0 :(得分:54)
创建模拟器时,请检查底部的“使用主机GPU”选项并尝试.. 对于那些找不到“使用主机GPU”的用户,请参阅:'Snapshot' and 'Use Host GPU' options missing from AVD settings
答案 1 :(得分:2)
似乎是高分辨率的问题 https://code.google.com/p/android/issues/detail?id=76948
尝试降低分辨率
答案 2 :(得分:0)
我只是想加入
创建模拟器时,请选中" Use Host GPU"在底部并尝试..
确保您的EMULATOR's
项目与a.css
版本相同。
例如,如果您的项目的目标是4.4.2,那么请确保您的模拟器设置为4.4.2 :)
答案 3 :(得分:-4)
在Ubuntu 14.04中试用
享受它!