Genymotion problems in windows 10

前端 未结 11 1905
我在风中等你
我在风中等你 2020-12-23 22:40

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 u

11条回答
  •  悲&欢浪女
    2020-12-23 23:03

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

提交回复
热议问题