3
我想用-gpu運行android模擬器(從命令行開始,因爲我對平臺進行了更改),但是模擬器無法啓動(我也一路收到錯誤)。用圖形加速運行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)!!!
任何幫助,將不勝感激。 謝謝
本指南告訴我運行已運行的kvm。我認爲這個問題的解決方案要求我下載一個Ubuntu的openGL驅動程序,它與我目前的硬件相匹配(我還沒有這樣做)。 – EyalBellisha