Android Studio错误:eglSurfaceAttrib未实现/无法在表面0x7f3f88dab6c0上设置EGL_SWAP_BEHAVIOR,错误= EGL_SUCCESS

时间:2015-10-26 15:52:58

标签: java android

每次运行我的程序时,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

这是什么原因?该程序在模拟器上运行,但每次单击按钮时都会出现这些错误

2 个答案:

答案 0 :(得分:1)

可能是模拟器没有足够的内存来加载所有启动数据。

请参阅 https://teamtreehouse.com/community/i-am-running-my-emulator-and-receiving-this-error-message

答案 1 :(得分:1)

  1. 检查编写大写和小写的函数
  2. 检查范围
  3. 如果您有按钮,请检查其点击值