在设备上开始思考很长时间,然后给出:
VirtualBox显示如下信息:
在日志中:
апр 28 00:16:21 [Genymotion] [Debug] Starting player at "/home/nord/Programms/genymotion"
апр 28 00:16:21 [Genymotion Player] [Debug] [ADB] Use Genymotion Android tools: "/home/nord/Programms/genymotion/tools/adb"
апр 28 00:16:21 [Genymotion Player] [Warning] Unable to load translations. Falling back to english
апр 28 00:16:21 [Genymotion Player] [Debug] Proxy configuration: no proxy used
апр 28 00:16:21 [Genymotion Player] [Warning] **** STARTING VIRTUAL DEVICE ****
апр 28 00:16:21 [Genymotion Player] [Warning] Player version: 2.2.0
апр 28 00:16:21 [Genymotion Player] [Debug] Loading "vboxmanage" plugin
апр 28 00:16:21 [Genymotion Player] [Debug] Plugin "vboxmanage" loaded
апр 28 00:16:21 [Genymotion Player] [Debug] Chipset: "GenuineIntel"
апр 28 00:16:21 [Genymotion Player] [Debug] CPUID 0x1 (Intel): ECX= "7fbae3bf"
апр 28 00:16:21 [Genymotion Player] [Debug] [VBoxManageCore] Path: "VBoxManage"
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("list", "hostinfo") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] [System properties] Online physical CPU number: 4
апр 28 00:16:21 [Genymotion Player] [Debug] [System properties] Online virtual CPU number: 2
апр 28 00:16:21 [Genymotion Player] [Debug] [System properties] Max CPU number: 8
апр 28 00:16:21 [Genymotion Player] [Debug] [System properties] Max memory size: 7850
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("list", "hostonlyifs") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("--version") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] VM engine version: "4.3.10_Ubuntur93012"
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("showvminfo", "Sony Xperia Z - 4.3 - API 18 - 1080x1920") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("guestproperty", "enumerate", "Sony Xperia Z - 4.3 - API 18 - 1080x1920") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("showvminfo", "Sony Xperia Z - 4.3 - API 18 - 1080x1920") returns 0
апр 28 00:16:21 [Genymotion Player] [Debug] VBoxManage ("showvminfo", "Sony Xperia Z - 4.3 - API 18 - 1080x1920") returns 0
Genymotion 2.2.0版,VirtualBox是4.3.10。
答案 0 :(得分:6)
对我来说,这个问题是由连接Cisco Anyconnect VPN引起的(或者因为我已经清除了我的VirtualBox Host-Only网络“vboxnet0”而已经连接)。
基本上,似乎发生的事情是连接到VPN立即搞砸了我的VirtualBox的Host-Only“vboxnet0”网络。即使我断开VPN连接,我也无法启动Genymotion,直到我执行以下操作(顺便说一下,这修复了从Genymotion开始的所有问题的主要性):
注意:在连接VPN时,我从未让Genymotion启动! Cisco Anyconnect似乎想要通过其隧道引导所有仅主机仿真器流量并进入nowheresland,这是我最好的猜测。您必须断开与VPN的连接才能使用Genymotion! (至少,直到有人弄清楚并分享如何告诉Anyconnect完全忽略VirtualBox vboxnet0网络,我不知道该怎么做)
另外:值得称赞! Android AVD仿真器非常糟糕,即使使用Intel HAXM增强功能...... Genymotion也是如此优秀,我开发Android以谋生,它让我的生活变得如此简单:D
编辑:包括来自malcubierre的命令行解决方案:
VBoxManage hostonlyif remove vboxnet0