I tried to run the android emulator and get the following message when I try to use my computers with a GPU (use the host GPU):
/Users/User/Library/Android/sdk/tools/emulator -netdelay none -netspeed full - avd Nexus_5_API_22_Play
sh: file: No such file or directory
sh: grep: No such file or directory
sh: file: No such file or directory
WARNING: Cannot decide host bitness because $SHELL is not properly defined; 32 bits assumed.
emulator: ERROR: Could not load OpenGLES emulation library [lib64OpenglRender]: dlopen(lib64OpenglRender.dylib, 1): image not found
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
I know where the lib64OpenglRender.dylib file is located: / Users / User / Library / Android / sdk / tools / lib64
source
share