Search code examples
androidvirtualboxgenymotionwindows-update

Genymotion problems in windows 10


I have a problem about Genymotion after updating my OS to Windows 10, fistly it did not open with this error: Virtualization engine not found. Plugin loading aborted. Also unable to load virtualbox engine. After all I tried to upload Genymotion version 2.0.3 and system worked but I could not upload any virtual device. Then uploaded 1 virtual device however it did not worked. Help Please.. Thank you


Solution

  • 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 !!