【转】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/lib64:~/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

原文链接: https://www.cnblogs.com/howdop/p/5348639.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/231253

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月13日 下午2:58
下一篇 2023年2月13日 下午2:58

相关推荐