Genymotion does not start Android virtual device

后端 未结 7 1588
甜味超标
甜味超标 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

    0 讨论(0)
  • 2020-12-23 09:39

    You can also in kill the vm process in the OS and shut it off this way.

    In windows Ctrl+Shift+Esc choose vm processes and stop the processes restart your gennymotion it should work.

    Added by barlop
    The following screenshot(while it doesn't involve genymotion), illustrates how, you have the main virtualbox process, and a virtualbox process for each running machine. If you expand task manager and look at the command line column, you see the parameters to virtualbox.exe give details about which machine it is, so you could see which device you were killing if you killed it from there (though I tend to poweroff the virtual machine normally and load a snapshot, I can see how they could potentially be powered off from task manager)

    enter image description here

    0 讨论(0)
  • 2020-12-23 09:45

    In Windows, if the device is stuck in "Stopping" mode you can shutdown Virtual Box and kill these two processes in the Task Manager (CTRL + ALT + DEL or CTRL + SHIFT + ESC)

    • VBoxNetDHCP.exe
    • VBoxHeadless.exe

    Then launch your virtual device in Genymotion.

    0 讨论(0)
  • 2020-12-23 09:45

    The simplest solution that works for me,


    Run genymotion as administrator


    0 讨论(0)
  • 2020-12-23 09:53

    go to Oracle virtualbox and check if the device's RAM exceeds the one from that of the Oracle Virtual Box (Ex: HAXM storage:1024 MB then device's RAM should be less than 1024MB)

    0 讨论(0)
  • 2020-12-23 09:55

    The issue is that virtual device is in Saved state. You need to turn it off to state Powered Off.

    You need to start VirtualBox.app and power off the device.

    In the screenshot below Tablet device would not start Oracle VM VirtualBox with several Android virtual devices

    So you need to Start the device which is in Saved state and then power it off (by closing window) like this: <code>Power off</code> Android virtual device in VirtualBox

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