What graphic cards do Android emulator GPU emulation support?

安稳与你 提交于 2019-12-03 14:27:25
Niklaus

I had the same problem on my Windows 7 (64-bit) machine. The reason was that the libOpenglRender.DLL could not be located. I added C:\Program Files (x86)\Android\android-sdk\tools\lib to the PATH variable and can start the emulator now without error message. However, I don't see a difference in quality of the graphics compared to your screenshot.

Copy the file below from SDK\tools\lib to SDK\tools.

  1. libEGL_translator.dll
  2. libGLES_CM_translator.dll
  3. libGLES_V2_translator.dll
  4. libOpenglRender.dll

Copy all the dll files from tools\lib to tools.

Add toos\lib to PATH works, the only thing you need to remember is to add it in the HEAD of the PATH, not the end. Check this post: https://code.google.com/p/android/issues/detail?id=33336

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!