运行具有图形加速功能的安卓模拟器



我正在尝试在打开 -gpu 的情况下运行 android 模拟器(从命令行,因为我对平台进行了更改),但是模拟器无法启动(我也在此过程中遇到错误)。

我是否应该在我的 Ubuntu 上安装一些应用程序,以便模拟器使用图形加速?

我得到的错误是:

destroyOpenGLSubwindow not implemented for separate renderer process !!!
createOpenGLSubwindow not implemented for separate renderer process !!!
repaintOpenGLDisplay not implemented for separate renderer process !!!
createOpenGLSubwindow not implemented for separate renderer process !!!
repaintOpenGLDisplay not implemented for separate renderer process !!!
In the logcat, I get this:
E/FramebufferNativeWindow( 1305): couldn't open framebuffer HAL (I/O error)
E/        ( 1305): Failed to connect to host (QemuPipeStream)!!!

任何帮助将不胜感激。谢谢

您 http://software.intel.com/en-us/blogs/2012/03/12/how-to-start-intel-hardware-assisted-virtualization-hypervisor-on-linux-to-speed-up-intel-android-x86-gingerbread-emulator/遵循了英特尔的本指南?(仅添加 -GPU 并不能真正提高性能)

相关内容

最新更新