小编Sil*_*ioQ的帖子

使用GPU仿真的Debian Jessie上的Android模拟器

从Wheezy升级到Jessie Debian之后我遇到了麻烦...... ADV与Wheezy合作得很好

$ ~/android-sdks/tools/emulator -avd MiAVD
failed to create drawable
getGLES1ExtensionString: Could not create GLES 1.x Pbuffer!
Failed to obtain GLES 1.x extensions string!
Could not initialize emulated framebufferemulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
Run Code Online (Sandbox Code Playgroud)

当然,我需要使用gpu仿真,所以-gpu off参数不是一个选项.

Instlled gles库:

$ dpkg -l | grep gles
ii  libgles1-mesa:amd64                                         10.3.2-1                             amd64        free implementation of the OpenGL|ES 1.x API -- runtime
ii  libgles2-mesa:amd64                                         10.3.2-1                             amd64        free implementation of the OpenGL|ES 2.x API -- runtime
ii  mesa-utils-extra …
Run Code Online (Sandbox Code Playgroud)

debian android gpu

5
推荐指数
1
解决办法
2173
查看次数

标签 统计

android ×1

debian ×1

gpu ×1