博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【转】emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so
阅读量:5060 次
发布时间:2019-06-12

本文共 772 字,大约阅读时间需要 2 分钟。

【转】

1 ./emulator64-arm -avd 
2 emulator: ERROR: Could not load OpenGLES emulation library: lib64OpenglRender.so: cannot open shared object file: No such file or directory3 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 
How to run 32-bit applications on Ubuntu 64-bit?
1 sudo dpkg --add-architecture i3862 sudo apt-get update3 sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i3864 sudo ./adb

 

 

转载于:https://www.cnblogs.com/howdop/p/5348639.html

你可能感兴趣的文章
Android应用程序进程启动过程的源代码分析
查看>>
adb logcat 命令行用法
查看>>
Redis学习手册(Key操作命令)
查看>>
模板统计LA 4670 Dominating Patterns
查看>>
泛型第23条:请不要在新代码中使用原生态类型
查看>>
非对称加密
查看>>
bzoj 3413: 匹配
查看>>
从下周开始就要采用网上记录值班日志了
查看>>
在qq中可以使用添加标签功能
查看>>
eclipse 自定义布局
查看>>
团队项目开发客户端——登录子系统的设计
查看>>
【AppScan心得】IBM Rational AppScan 无法记录登录序列
查看>>
[翻译] USING GIT IN XCODE [4] 在XCODE中使用GIT[4]
查看>>
简化通知中心的使用
查看>>
SpringMVC的@Validated校验注解使用方法
查看>>
Python之os模块
查看>>
IO—》Properties类&序列化流与反序列化流
查看>>
【蓝桥杯】PREV-21 回文数字
查看>>
html 简介
查看>>
python使用上下文对代码片段进行计时,非装饰器
查看>>