ubuntu 16.04.1 LTS crashes when starting android emulator

后端 未结 3 480
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-13 17:04

I have tried both the AVD on Android studio and Genymotion emulator. My ubuntu 16.04.1 crashes (freezes) when starting the android emulator. My computer has 16G memory. This hap

相关标签:
3条回答
  • 2021-02-13 17:35

    I had the same problem. You are probably using nouveau display driver instead of NVIDIA driver. You can check your driver with:

    lshw -c video

    Although this could be fixed with changing emulated performance from "automatic" to "software", you'll end up with a really slow android environment. Moreover, you cannot change this from "automatic" to "software" for the play store version of devices.

    So the best solution, is to change your driver to Nvidia. (you could do it in "sofware and update" -> "additional driver" then reboot and the problem should be solved.

    note: In some cases changing nouveau driver to Nvidia might freeze ubuntu at boot (before login screen) for some users. In this case, you can use recovery mode in grub to prompt a root shell and in the /etc/gdm3/custom.conf , uncomment "WaylandEnable=false" and Nvidia driver should work properly with gdm3.

    0 讨论(0)
  • 2021-02-13 17:39

    I had same problem.

    Select in menu "Emulated performance" the "software", no automatical or hardvare

    0 讨论(0)
  • 2021-02-13 17:44

    If it is "Play Store" image (such as pixel 2), this option is dimmed. If on command line, use "emulator -gpu off"

    0 讨论(0)
提交回复
热议问题