Android Android emulator crashes on launch in Android Studio (Linux)

When I launched this device, it was broken and displayed this error in the Android Studio console:

emulator64-hand: .. /../../../../../../src/mesa/drivers/dri/i915/i915_fragprog.c:1225: i915BindProgram: statement `p-> on_hardware = = 0 'failed.

When I use Genymotion , it is posted without error notification.

+7
android linux genymotion
source share
3 answers

You need to uncheck "Use the main GPU" - in the emulator settings

+8
source share

If the emulator crashes a few seconds after launching in Android Studio 2.3.1 or later: Open Android Virtual Device Manager, select your AVD, select "Edit this AVD", in a new window (Virtual Device Configuration), go to Emulated Performance > Graphics and select the "Software (GLS)" option. This problem can be caused by: 1) Outdated graphics card drivers. 2) Older graphics cards not properly supported by standard Windows 8 drivers (or later). A.

+9
source share

I had this problem when I used my computer in combination with a USB dock (DisplayLink). In this case, you need to ensure the use of software emulation. Without DisplayLink connection, it works with GPU support, as expected.

0
source share

All Articles