emulator: WARNING: Could not initialize OpenglES emulation, using software renderer

后端 未结 8 2437
醉梦人生
醉梦人生 2020-12-14 06:51

What do these error messages mean from the Android emulator?

Starting emulator for AVD \'AVD\'
Failed to create Context 0x3005
could not get wglGetExtensions         


        
8条回答
  •  独厮守ぢ
    2020-12-14 07:32

    It means the linker could not find OpenglES libraries on your system. You could try installing those.

    On Fedora, this seems to solve the problem:

    > yum install mesa-libGLw.i686
    

    Some related information here: http://www.redips.net/android/emulator-fedora-linux/

    Edit: For Windows-related things, this answer appears to do what you want.

提交回复
热议问题