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

 ./emulator64-arm -avd <AVD_name>
emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory
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?
 sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++:i386
sudo ./adb
 

最新文章

  1. Java 集合 — HashMap
  2. [Effective JavaScript 笔记]第65条:不要在计算时阻塞事件队列
  3. linux IO调度
  4. PHPCMS V9 学习总结
  5. 缺少编译器要求的成员&ldquo;System.Runtime.CompilerServices.ExtensionAttribute..ctor&rdquo; 解决方案
  6. 3dmax详细讲解全套攻略在线视频教程
  7. hadoop错误org.apache.hadoop.mapred.MapTask$NewOutputCollector@17bda0f2
  8. Ubuntu14.04: Error found when loading /root/.profile
  9. java多线程基础(synchronize关键字)
  10. Android自己定义组件之日历控件-精美日历实现(内容、样式可扩展)
  11. centos7下更改docker镜像和容器的默认路径
  12. 【方案】mvc 保证定时器回收限制
  13. 解决 Command &quot;python setup.py egg_info&quot; failed with error code 1 问题
  14. ADO.NET 基本操作
  15. [Node.js] 01 - How to learn node.js
  16. Unity Shader 入门精要学习 (冯乐乐 著)
  17. vue 笔记
  18. dedecms列表页调用文章正文内容的方法
  19. ios 根据scrollview滑动的偏移计算滑动到第几页算法(不同需求不同计算)
  20. FastAdmin 在线命令生成时出错的分析

热门文章

  1. 【转】android权限列表
  2. C++的类型萃取技术
  3. 在 Windows Azure 上部署预配置 Oracle VM
  4. Dialog with HTML skin using CDHtmlDialog and SetWindowRgn
  5. oralce dg conf
  6. hbase0.96 put流程 源码分析
  7. 实验记录一 初步接触cortex-M3
  8. Webform之(简单投票)练习
  9. spring MVC中文乱码相关总结
  10. java思考题