如何解决颤振'XXX frames skipped'问题?



之前一切都很好,但在我在android模拟器上运行我的项目后,我开始得到这些'跳过xxx帧'错误。

__Debug service listening on ws://127.0.0.1:57783/O6dZq3yKkk4=/ws
Syncing files to device AOSP on IA Emulator...
I/Choreographer(14845): Skipped 52 frames!  The application may be doing too much work on 
its main thread.
D/EGL_emulation(14845): eglMakeCurrent: 0xe2c05a20: ver 2 0 (tinfo 0xc9bf7e00)
D/EGL_emulation(14845): eglMakeCurrent: 0xe0eca600: ver 2 0 (tinfo 0xe4e7fbc0)
D/eglCodecCommon(14845): setVertexArrayObject: set vao to 0 (0) 1__  

要解决这个问题,只需删除当前的android模拟器,然后创建一个新的。一切都会正常工作。(这对我有用!)

相关内容

  • 没有找到相关文章

最新更新