Error libGL.so: cannot open shared object file using Android emulator

后端 未结 6 1776
滥情空心
滥情空心 2021-02-01 02:23

I was trying to run android emulator in Ubuntu 12.04(64-bit). But, I got the following errors.

Starting emulator for AVD \'emulatr\'
Failed to load libGL.so
erro         


        
6条回答
  •  萌比男神i
    2021-02-01 03:04

    This works for me on Ubuntu 14.04 64-bit:

    $ sudo apt-get install libgl1-mesa-dri
    $ sudo ln -sv /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 /usr/lib/x86_64-linux-gnu/libGL.so
    

提交回复
热议问题