Genymotion无法在Windows 10上加载VirtualBox引擎

Pra*_*nix 33 windows android virtualbox android-emulator genymotion

我最近升级到Windows 10 BUILD 10130,由于某些原因,Genymotion似乎没有工作.它说"无法加载VirtualBox引擎".

现在我做了一些研究,建议从Virtual Box设置中删除仅主机网络的所有解决方案.那么这里我没有列出任何网络.我在网络和共享中心找到的那个无法删除.

即使是干净的安装也没有解决问题

请帮忙.

yel*_*ver 40

步骤1:以管理员身份运行VirtualBox

第2步:转到文件 - >首选项 - >网络 - >仅主机网络

第3步:添加一个新的或只是编辑旧的(如果不起作用,删除所有存在并创建一个新的):

Adapter Tab:
    IPv4 Address:        192.168.x.201
    IPv4 Network Mask:   255.255.255.0
DHCP Server Tab:
    Server Address:      192.168.x.100
    Server Mask:         255.255.255.0
    Lower Address Bound: 192.168.x.101
    Upper Address Bound: 192.168.x.199
Run Code Online (Sandbox Code Playgroud)

  • 我根本无法在Windows 10上启动Genymotion附带的VirtualBox.如果管理员与否,则重新计算.该应用程序无法启动.期! (4认同)
  • 实际上,我的问题的解决方案是从Oracle**DIRECTLY**完全安装新的VirtualBox,而不是从Genymotion站点安装.然后一切都在没有修改的情况下工作. (3认同)

The*_*riy 11

https://www.youtube.com/watch?v=9pd7ZtO-87A - 此处为此视频解决方案.它只是帮助了我.我将此设置用于VirtualBox网络:

Adapter Tab:
    IPv4 Address:        192.168.1.201
    IPv4 Network Mask:   255.255.255.0
DHCP Server Tab:
    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
Run Code Online (Sandbox Code Playgroud)

UPD:我的虚拟设备仅从Genymotion app开始.但如果我尝试从Android Studio启动它,则显示错误


小智 8

我在Windows 10 Insider Preview(Build 10130)上遇到了同样的问题.但是通过右键单击 - >以管理员身份运行来运行Genymotion来修复它.


log*_*cat 5

我的这个问题首先以管理员身份启动Virtualbox,然后Genymotion也以管理员身份启动:)快乐编码:)