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

后端 未结 8 2438
醉梦人生
醉梦人生 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:33

    export LD_LIBRARY_PATH="/home/< user-pc>/Android/Sdk/tools/lib64:$LD_LIBRARY_PATH"

    cd /home/nazmul/Android/Sdk/tools

    ./emulator64-x86 -avd < avd-name > -gpu on

    This comand work on my laptop .

提交回复
热议问题