Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot launch AVD in emulator. Output: sh: 1: glxinfo:

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

enter image description here

like image 685
Zhimin Yu Avatar asked Mar 28 '16 08:03

Zhimin Yu


1 Answers

You need to install the tool. On Ubuntu you can do:

sudo apt-get update && sudo apt-get install mesa-utils
like image 137
FuriousGeorge Avatar answered Nov 04 '22 01:11

FuriousGeorge