Genymotion does not start Android virtual device

后端 未结 7 1591
甜味超标
甜味超标 2020-12-23 08:56

How to resolve Genymotion/VirtualBox issue, when can\'t start Android virtual device?

Bellow message is received:

Unable to start the Genymo

7条回答
  •  自闭症患者
    2020-12-23 09:32

    If you are using Linux, just goto terminal

    sudo su

    check processes running Virtual Box with

    ps ax

    get process id and kill them with priority using kill -9

    like

    kill -9 3217

    and then start virtual box again.

    that will help

提交回复
热议问题