Cannot launch AVD in emulator. Output: sh: 1: glxinfo: not found Could not launch '.../sdk/tools/qemu/linux-x86/qem u-system-i386': No such file or directory
Asked
Active
Viewed 1.6k times
14
-
try this may be it help http://stackoverflow.com/a/37679624/5305430 – sushildlh Nov 05 '16 at 08:29
1 Answers
33
You need to install the tool. On Ubuntu you can do:
sudo apt-get update && sudo apt-get install mesa-utils

FuriousGeorge
- 4,561
- 5
- 29
- 52
-
thanks a lot~ root cause...not found Could not launch '.../sdk/tools/qemu/linux-x86/ – Zhimin Yu Apr 08 '16 at 07:24
-
Weird, I was able to launch AVD before, but today I wasn't able to until I installed `mesa-utils`. – trysis Sep 10 '16 at 16:19