Failed to load libGL.so on Android

前端 未结 26 1398
旧巷少年郎
旧巷少年郎 2020-12-04 06:05

I am using Ubuntu 12.04 (Precise Pangolin) with the Oracle JDK 7, and when I am running the Android emulator from Eclipse, it\'s giving this error:

[201         


        
26条回答
  •  半阙折子戏
    2020-12-04 06:50

    Similar to user1289608, I was able to do a sym link from an existing install of Mesa:

    sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1.2 /usr/lib/libGL.so
    

提交回复
热议问题