相关疑难解决方法(0)

Android Studio - 模拟器 - eglSurfaceAttrib未实现

我用android studio创建了一个应用程序,从不更改任何文件中的单个单词.

当试图在模拟器上运行它时,我收到以下错误:

W/EGL_emulation? eglSurfaceAttrib not implemented
W/OpenGLRenderer? Failed to set EGL_SWAP_BEHAVIOR on surface 0xa6c1ace0,error=EGL_SUCCESS
I/Choreographer? Skipped 45 frames!  The application may be doing too much work on its main thread.
W/EGL_emulation? eglSurfaceAttrib not implemented
W/OpenGLRenderer? Failed to set EGL_SWAP_BEHAVIOR on surface 0xa6c1ace0, error=EGL_SUCCESS
Run Code Online (Sandbox Code Playgroud)

当我在真实设备上运行它时,我没有遇到同样的问题:

W/IInputConnectionWrapper? getExtractedText on inactive InputConnection
W/IInputConnectionWrapper? getTextBeforeCursor on inactive InputConnection
W/IInputConnectionWrapper? getSelectedText on inactive InputConnection
W/IInputConnectionWrapper? getTextAfterCursor on inactive InputConnection
W/art? Before Android 4.1, method int android.support.v7.internal.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method …
Run Code Online (Sandbox Code Playgroud)

android android-emulator android-studio

40
推荐指数
1
解决办法
10万
查看次数

标签 统计

android ×1

android-emulator ×1

android-studio ×1