Android:调整大小时GL错误:0x506(忽略)

Kri*_*ant 5 linux opengl android android-emulator android-espresso

当我使用任何Android模拟器时,我会持续低于错误.

"GL error while resizing: 0x506 (ignored)"
Run Code Online (Sandbox Code Playgroud)

有谁知道如何解决这个问题?它是否会影响我的Espresso UI测试用例,因为此后我无法运行我的espresso测试用例.我的测试演员一旦启动就会卡住,并尝试点击按钮并显示以下错误

android.support.test.espresso.AppNotIdleException: Looped for 2 iterations over 60 SECONDS. The following Idle Conditions failed .
Run Code Online (Sandbox Code Playgroud)

Ale*_*der 3

我也遇到了同样的问题。我的笔记本电脑分辨率为 1366x768,Android 模拟器上的分辨率为 1080x1920。将其降低到 480x800 修复了 GL 错误垃圾邮件,因此我猜如果您的屏幕分辨率小于 Android 模拟器分辨率,则会出现该错误。