Genymotion Unable to Start the Genymotion Virtual Device

Not able to start Genymotion device

I had this same issue and here are the specific configuration that I needed to get this to work.

First, go to the VirtualBox preferences -> Network.

Sample Image

Sample Image

Sample Image

For the "Host-only Networks" tab, focus on the vboxnet0.

Sample Image

Click the icon on the left that looks like a screwdriver.
For the Adapter tab, fill in the IPv4 Network Address as 192.168.56.1
Fill in the IPv4 Network Mask as 255.255.255.0

Sample Image

For the DHCP Server tab, select the check box for Enable Server to enable the server
Fill in the Server Address as 192.168.56.100
Fill in the Server Mask as 255.255.255.0
Fill in the Lower Address Bound as 192.168.56.101
Fill in the Upper Address Bound as 192.168.56.254

Sample Image

The DHCP server part is what was not correct for me and it fixed my problem.

Genymotion problems in windows 10

You may try the following process:

  1. Run VirtualBox as administrator (By default is installed in C:\Program Files\Oracle\VirtualBox)
  2. Go to File -> Preferences -> Network (Left Navigation List) -> Host-only Networks (on the right tab)
  3. Select an adapter and click edit (the small screwdriver on the right)
  4. On "Adapter" tab set

    • IPv4 Address: 192.168.1.201
    • IPv4 Network Mask: 255.255.255.0
  5. On DHCP Server Tab set

    • Server Address: 192.168.1.100
    • Server Mask: 255.255.255.0
    • Lower Address Bound: 192.168.1.101
    • Upper Address Bound: 192.168.1.199
  6. Click Ok (Host-only Network details), click Ok (VM Settings)
  7. Open Genymotion (as Admin), install a new virtual device (you have deleted all past devices) and start it

It worked with Genymotion 2.5.3 and VB 4.3.12, hope it helps !!



Related Topics



Leave a reply



Submit