我刚刚将Android Studio从1.5升级到2.0。现在,当我尝试启动Emulator时遇到了一些奇怪的错误。我使用Ubuntu 15.10 OS
Android监视器返回此消息
sh: 1: glxinfo: not found
sh: 1: glxinfo: not found
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 33
Current serial number in output stream: 34
QObject::~QObject: Timers cannot be stopped from another thread
当我使用1.5版本时,一切都很好。这是android studio 2.0中的错误吗?
如何清除此错误?

