Android emulator - unable to load driver

后端 未结 4 1192
耶瑟儿~
耶瑟儿~ 2020-12-10 05:16

Running on Ubuntu, I\'m getting this error:

Cannot launch AVD in emulator.
Output:
libGL error: unable to load driver: i965_dri.so
libGL error: driver pointe         


        
4条回答
  •  Happy的楠姐
    2020-12-10 05:50

    I've just face the same error, and simply deleting $ANDROID_HOME/tools/lib64/libstdc++/* worked for me. libstdc++ version shipped with 16.10 (6.0.22) is greater than the one shipped with the sdk tools (6.0.18), and I suppose it creates conflicts with other libraries.

提交回复
热议问题