0

When I starting the Android emulator in AVD manager in Android Studio, it gives my the below Error message:

Cannot launch AVD in emulator.
Output:
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:  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: 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:  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
emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3
Hardware-accelerated emulation may not work.

And I change the Graphic options in here:

to

and it give the below Warnning message to me:

emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3
Hardware-accelerated emulation may not work properly!

I have searched many questions but still can resolve this matter!!!

the Host CPU of my desktop is AMD Athlon™ II X4 640, it has SSE3 instructions.

How can I fix it?

FancyBirds
  • 11
  • 8

1 Answers1

0

I hope haxm is not installed in your system. Try arm emulator instead of haxm.

Also a small note: Latest Android Studio will not support 32 bit systems and if you still want to use then you have to download build-tools 23.0.1

Android
  • 54
  • 5