Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ubuntu 16.04.1 LTS crashes when starting android emulator

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 happens after I installed the latest updates for my ubuntu in 19 Sept 2016.

like image 984
Peixiang Zhong Avatar asked Sep 20 '16 02:09

Peixiang Zhong


2 Answers

I had same problem.

Select in menu "Emulated performance" the "software", no automatical or hardvare enter image description here

like image 169
dirtrider Avatar answered Oct 17 '22 02:10

dirtrider


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.

like image 12
Mohammad Yosefpor Avatar answered Oct 17 '22 02:10

Mohammad Yosefpor