android - emulator: ERROR: Could not load OpenGLES emulation library -
i download android_wear_square_api_23 android studio avd manager. when want run terminal ./emulator64-x86 -avd android_wear_square_api_23
error
emulator: error: not load opengles emulation library [lib64openglrender]: lib64openglrender.so: cannot open shared object file: no such file or directory failed open lib64egl_translator: [lib64egl_translator.so: cannot open shared object file: no such file or directory] gles2_dispatch_init: not load lib64gles_v2_translator [lib64gles_v2_translator.so: cannot open shared object file: no such file or directory] emulator: error: not load opengles emulation library [lib64openglrender]: lib64openglrender.so: cannot open shared object file: no such file or directory emulator: error: not initialize opengles emulation, use '-gpu off' disable it.
i try ./emulator64-x86 -avd android_wear_square_api_23 -gpu off
error :
failed open lib64egl_translator: [lib64egl_translator.so: cannot open shared object file: no such file or directory] gles2_dispatch_init: not load lib64gles_v2_translator [lib64gles_v2_translator.so: cannot open shared object file: no such file or directory]
can fix problem?
you can find answer in link: http://en.proft.me/2016/05/13/fix-libgl-error-unable-load-driver-i965_driso/.
Comments
Post a Comment