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
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