Failed to load libGL.so on Android

前端 未结 26 1358
旧巷少年郎
旧巷少年郎 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:54

    What works for me (ubuntu 12.04 64bit) was just to run :

        sudo apt-get install libgl1-mesa-dev
    

    I found that libGL.so exists in directory /usr/lib/x86_64-linux-gnu/

    Installation of 32 bit version was not working.

提交回复
热议问题