Failed to load li…

When using ubuntu 12.04LTS with oracle jdk 7, if run Android emulator from android studio,
May be you can see :
error libGL.so: cannot open shared object file: No such file or directory
Failed to load libGL.so

I solve the problem with:
sudo apt-get install libgl1-mesa-dev

There are other ways in : http://stackoverflow.com/questions/11332817/failed-to-load-libgl-so-in-android

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

你可能感兴趣的:(android)