每次运行我的程序时,Android studio都会给我这些错误:
10-26 16:45:51.020 5758-5781/com.example.mm.myapplicationW/EGL_emulation:eglSurfaceAttrib not implemented
10-26 16:45:51.020 5758-5781/com.example.mm.myapplication W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0x7f3f88dab6c0, error=EGL_SUCCESS
这是什么原因?该程序在模拟器上运行,但每次单击按钮时都会出现这些错误
答案 0 :(得分:1)
可能是模拟器没有足够的内存来加载所有启动数据。
请参阅 https://teamtreehouse.com/community/i-am-running-my-emulator-and-receiving-this-error-message
答案 1 :(得分:1)