Ubuntu 16.04 - Genymotion: /dev/hw_random not found

匿名 (未验证) 提交于 2019-12-03 03:10:03

问题:

I install Genymotion on the Ubuntu 16.04 64Bit. I created a virtual emulator for Android 6.0 then I run this emulator but emulator is disappearing and the emulator is running background. I checked the emulator on the VirtualBox and I saw this issue:

回答1:

I solved the issue:
System Settings > Software & Updates > Additional Drivers :

Then you click Apply Changes button and you restart your pc.

I don't know reason of the issue, open source driver is not running for Genymotion but NVIDIA is running.



回答2:

Just go to your install directory and delete the libdrm.so.2, then restart.

Use command:

cd /genymotion/install/directory mv libdrm.so.2 libdrm.so.2_bk 

And then restart.

Here is the reference: Genymotion is not working



回答3:

For those who struggled with this problem, I just could not get it to solve - tried different versions of virtualbox to see what is compatible with genymotion etc

Finally I directly downloaded and android vdi from here http://www.osboxes.org/android-x86/

and installed it as in

https://blogs.oracle.com/oswald/importing-a-vdi-in-virtualbox

wwhew ... that worked

Hope that helps



回答4:

Update your genymotion and Virtualbox... this way fix problem



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!