首页 > 其他 > 详细

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

时间:2016-04-03 00:21:51      阅读:2102      评论:0      收藏:0      [点我收藏+]

【转】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

原文:http://www.cnblogs.com/howdop/p/5348639.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!