我有一个干净的Windows 10安装。安装Visual Studio 2015和Xamarin Bussiness版本后,我安装了 Xamarin Android Player x64,现在我收到以下错误:
Error when attempting to find VirtualBox please check it's installed and try again.
Xamarin Android Player will now exit.
中引用了一个解决方案
通过添加" C:\ Program Files \ Oracle \ VirtualBox"修复它到我的%PATH%
我可以毫无问题地打开VirtualBox版本4.3.28 r 100309.
如何实施此解决方案或是否有更新的解决方案?
答案 0 :(得分:17)
我正在运行 import java.lang.reflect.Array;
public class LabMidterm3 {
public static void main(String[] args) {
double[][] myArray =new double [4][13];
double row = myArray.length;
double column = myArray[0].length;
for (int i=0; i<row;i++){
int sum =0;
for(int j=0; j<column;j++){
double random = (int)(Math.random()*7.0);
myArray[i][j] = random;
sum+=myArray[i][j];
System.out.print(myArray[i][j] + ", ");
double max = Array.getDouble(myArray, 13);
if(j==13){
System.out.print("The max value is: " + max);
}
}
double rowAverage= sum/column;
if(i==1){
System.out.println();
System.out.print("The average is: " +rowAverage);
System.out.println();
}
System.out.println();
}
}
并做了一个干净的安装。有同样的问题。我打开了环境变量,Windows 10 Professional
设置为:
"VBOX_MSI_INSTALL_PATH"
我把它改成了
C:\Program Files\Oracle\VirtualBox\
它对我有用.. (注意最后一个反斜杠)
谢谢.. Ragnar Kofi Billy Force在facebook上
答案 1 :(得分:2)
将VirtualBox添加到系统环境PATH变量。
答案 2 :(得分:0)
其他答案都没有帮助我。 Android播放器安装程序强制安装Virtual Box 5.0.4,但不能在Windows 10 Home(build 14393.51)上运行。
在安装Android播放器后,对我来说最重要的是安装最新的虚拟盒(版本5.1.2 r108956)。虽然我无法从Virtual Box的管理器启动Android设备,但我从Android Player或Visual Studio启动它们没有任何问题。
答案 3 :(得分:0)
只需以管理员身份运行(右键单击桌面快捷方式)