Android Studio 模拟器无法实现 eglSurfaceAttrib

标签 android android-studio android-emulator

在此先感谢您的帮助。我刚刚开始涉足 Android Dev,新的 Android Studio 运行不佳。这就是我所拥有的...

我在 Ubuntu 14.04 上运行最新版本的 Android Studio。一切都是最新的。我确实遇到了 32 位64 位 的问题,但已经解决了。我发现每个应用程序,甚至那些不生成新 Activity 的应用程序都无法在模拟器中启动,即使同一个应用程序在我的 Android 手机上通过 USB 运行良好,代码本身也没有抛出任何错误。对于上周在模拟器上运行良好的应用程序来说也是如此。以下是我收到的具体错误。

W/EGL_emulation: eglSurfaceAttrib not implemented

W/OpenGLRender: Failed to set EGL_SWAP_BEHAVIOR on surface 0xe0d8c00, error=EGL_SUCCESS

重复两次,然后一切都停止了。我已经完成了工作室设置,但找不到任何可能导致此问题的原因。任何帮助将不胜感激。

最佳答案

对于任何绊倒这个的人......我刚刚切换到 genymotion 模拟器。开箱即用。问题解决了。

关于Android Studio 模拟器无法实现 eglSurfaceAttrib,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28177395/

相关文章:

android - 为什么 Room 显示 AppDatabase_Impl 不存在错误?

android - Google 附近的连接与附近的消息一样对连接距离设置了限制

android - 如何更新android actionbar中菜单的文本

android - ConstraintLayout 最大宽度百分比

安卓工作室 : “new module -> import existing project” vs. “import module”

Android - 空闲条件数据丢失

android - ADB 二进制文件已过时,Android 模拟器存在严重的性能问题(错误)

java - 在 android 2.36 上调试时 Google Play 游戏服务出现问题

安卓:输入类型;有什么区别?

android - 应用程序无法在 Android 模拟器上运行