我在ubuntu 16.04中使用
android studio 2.0并且让我运行模拟器avd因为显然它缺少驱动程序.我怎么能解决这个问题?
这是我运行模拟器后抛出的异常
- Cannot launch AVD in emulator.
- Output:
- libGL error: unable to load driver: radeonsi_dri.so
- libGL error: driver pointer missing
- libGL error: Failed to load driver: radeonsi
- libGL error: unable to load driver: swrast_dri.so
- libGL error: Failed to load driver: swrast
- X Error of Failed request: GLXBadContext
- Major opcode of Failed request: 155 (GLX)
- Minor opcode of Failed request: 6 (X_GLXIsDirect)
- Serial number of Failed request: 49
- Current serial number in output stream: 48
- libGL error: unable to load driver: radeonsi_dri.so
- libGL error: driver pointer missing
- libGL error: Failed to load driver: radeonsi
- libGL error: unable to load driver: swrast_dri.so
- libGL error: Failed to load driver: swrast
- X Error of Failed request: GLXBadContext
- Major opcode of Failed request: 155 (GLX)
- Minor opcode of Failed request: 6 (X_GLXIsDirect)
- Serial number of Failed request: 49
- Current serial number in output stream: 48
- libGL error: unable to load driver: radeonsi_dri.so
- libGL error: driver pointer missing
- libGL error: Failed to load driver: radeonsi
- 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
- emulator: WARNING: VM heap size set below hardware specified minimum of 128MB
- emulator: WARNING: Setting VM heap size to 384MB
非常感谢任何回复!