转emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so

Posted yixing98

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了转emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so相关的知识,希望对你有一定的参考价值。

【转】emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so

1 ./emulator64-arm -avd <AVD_name>
2 emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory
3 emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.

Suppose the tools folder is ~/Software/android-sdk-linux/tools

In the console, before running the emulator command do:

export LD_LIBRARY_PATH=~/Software/android-sdk-linux/tools/lib:$LD_LIBRARY_PATH
./emulator64-arm -avd <AVD_name>

How to run 32-bit applications on Ubuntu 64-bit?
1 sudo dpkg --add-architecture i386
2 sudo apt-get update
3 sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
4 sudo ./adb

 

 

以上是关于转emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so的主要内容,如果未能解决你的问题,请参考以下文章

could not connect to the debugger --Visual Studio Emulator报错解决方法

Windows cordova build Error: Could not find gradle wrapper within Android SDK.(转)

Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No

Python之使用pip安转第三方库时报错ERROR: Could not find a version that satisfies the requirement pygame ERROR: No

VS2017 + VS Android Emulator Could not connect to the debugger 解决方法

(转)主从同步遇到 Got fatal error 1236 from master when reading data from binary log: 'Could not find fi