10

我全新安装了 Windows 10。安装 Visual Studio 2015 和 Xamarin Business Edition 后,我安装了Xamarin Android Player x64,现在我收到以下错误:

Error when attempting to find VirtualBox please check it's installed and try again.
Xamarin Android Player will now exit.

Xamarinfourms中引用了一个解决方案,说明

通过将“C:\Program Files\Oracle\VirtualBox”添加到我的 %PATH% 来修复它

我可以毫无问题地打开 VirtualBox 版本 4.3.28 r 100309。

如何实施此解决方案或是否有更新的解决方案?

4

5 回答 5

17

我正在运行Windows 10 Professional并进行了全新安装。有同样的问题。我打开环境变量并将其"VBOX_MSI_INSTALL_PATH"设置为:

C:\Program Files\Oracle\VirtualBox\

我把它改成

C:\Program Files\Oracle\VirtualBox

它对我有用.. (注意最后一个反斜杠)

谢谢 .. Ragnar Kofi Billy Force 在 facebook 上

于 2016-04-13T04:46:14.407 回答
2

尝试安装最新版本的 Virtual Box,因为 v5.0 已修复 Windows 10 http://download.virtualbox.org/virtualbox/5.0.4/VirtualBox-5.0.4-102546-Win.exe

变更日志:https ://www.virtualbox.org/wiki/Changelog

Windows hosts: fixed crash when opening Windows dialogs from the VM process on Windows 10 (bug #14351).
Windows hosts: fixed host-only adapter creation issues on Windows 10 (bug #14040)
Windows hosts: fixed audio on Windows 10 (bug #14432).
Windows Additions: fixed a potential crash in the WDDM driver with Windows 10 (bug #14190).
VRDP: allow Windows 10 RDP clients (bug #14216).
Windows hosts: fix for Windows 10 build 10525 and later (bug #14502).
Windows hosts: fixed network adapter enumeration on Windows 10 (bug #14437).
VMM: fixed an issue with Windows 10 guest kernel debugging over the network for Hyper-V paravirtualized VMs.

我也有同样的问题,安装最新版本已经解决了

于 2015-09-19T23:18:51.753 回答
2

将 VirtualBox 添加到您的系统环境 PATH 变量中。

于 2016-04-30T09:37:25.477 回答
0

其他答案都没有帮助我。Android Player 安装程序强制安装无法在 Windows 10 Home(内部版本 14393.51)上运行的 Virtual Box 5.0.4。

对我有用的是在安装 Android 播放器后安装最新的虚拟盒(版本 5.1.2 r108956)。虽然我无法从 Virtual Box 的管理器启动 android 设备,但从 Android Player 或 Visual Studio 启动它们没有问题。

于 2016-08-13T03:04:35.107 回答
0

只需以管理员身份运行(右键单击桌面快捷方式)

于 2018-08-11T16:19:00.360 回答