Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator can't be started

I've made some Android emulator device, and try to execute it. I've got the following errors:

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)

How can I fix it? My device doesn't run. Thanks in advance.

like image 730
malcoauri Avatar asked Feb 18 '14 05:02

malcoauri


People also ask

Why emulator is not opening?

If the Android Emulator does not start properly, this problem is often related to discovering that your application's minimum SDK is higher than your emulator SDK. If that's not the case, make sure you have HAXM installer on your SDK Manager.


1 Answers

While creating emulator check the option "Use Host GPU" at the bottom and try.. For those who cannot find the "Use Host GPU" please refer to:'Snapshot' and 'Use Host GPU' options missing from AVD settings

like image 86
Sushil Avatar answered Sep 18 '22 00:09

Sushil