通过在不做任务设置时启动genymotion,会遇到一些问题:
会弹出类似如下问题:
要解决这样问题,首先要知道是什么问题,一般按提示在VitualBox中启动虚拟机就可以知道是什么问题。
“To find out the cause of the problem, start the virtual device from VirtualBox.”
1、
不能为虚拟电脑 Google Nexus 4 - 4.3 - API 18 - 768x1280 打开一个新任务.
Cannot load R0 module D:\Program Files\Oracle\VirtualBox/VBoxDDR0.r0: SUPR3LoadModule: supLoadModule returned VERR_LDR_MISMATCH_NATIVE (VERR_LDR_MISMATCH_NATIVE).
Failed to register ourselves as a PCI Bus (VERR_MODULE_NOT_FOUND).
返回 代码:E_FAIL (0x80004005)
组件:Console
界面:IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
可能是权限问题,可以配置改为用管理员启动。
2、
不能为虚拟电脑 Google Nexus 4 - 4.3 - API 18 - 768x1280 打开一个新任务.
Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #3' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
返回 代码:E_FAIL (0x80004005)
组件:Console
界面:IConsole {8ab7c520-2442-4b66-8d74-4ff1e195d2b6}
提示是虚拟网络设备问题,可以修改虚拟机的网络配置。