【发布时间】:2018-05-05 18:37:59
【问题描述】:
我的模拟器使用 Google Play 服务运行 API 27。人们建议这样做:
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
他们还建议将模拟器设置为使用“主机 GPU”,但该设置在使用 Google Play 服务的模拟器上显示为灰色/禁用。
有人可以帮忙吗?考虑到谷歌地图应用程序本身在模拟器上运行没有问题,这似乎特别荒谬。
【问题讨论】:
-
如果您在 Windows 上(是的,请始终说明操作系统和版本)也许
Added a dropdown to select OpenGL renderer in the Emulator Settings page. If you are having OpenGL driver issues and are on Windows, try out the ANGLE (D3D11) or ANGLE (D3D9) options (requires restart). If you are having OpenGL driver issues but are not on Windows, try out the Swiftshader software renderer (requires restart).来自 androidstudio.googleblog.com/2017/04/…
标签: android google-maps android-emulator