I don’t remember since when, but now whenever I upgrade Android Studio from pacman, I cannot open my emulator, with some libGL error: unable to load driver: i965_dri.so
error.
I tried to follow the solution online but found none of them is working out of the box, because Android Sdk changed some paths. Here is what actualy works now:
- cd ANDROID_SDK_PATH/emulator/lib64/libstdc++/
- mv libstdc++.so.6 libstdc++.so.6.bak
- ln -s /usr/lib64/libstdc++.so.6 libstdc++.so.6
Share this post
Twitter
Google+
Facebook
Reddit
LinkedIn
StumbleUpon
Email