我正在我的电脑(操作系统:Windows8)上开发一个WP8应用程序。我需要安装一个虚拟机才能安装linux。同时,我需要使用Windows Phone的Emulator。
我下载了VMWare并创建了一个虚拟机,但出现了以下错误:
VMware Workstation and Hyper-V are not compatible. Remove the Hyper-V role
from the system before running VMware Workstation.我无法删除Hyper-V,因为我需要它才能使用Windows Phone的模拟器。
也许我没有找得很好,但我只找到了能让我切断Hyper-V的解决方案。因此,无法同时使用我的Emulator和VM。
因此,我的问题是:是否可以在使用Emulator Windows Phone的同时拥有运行linux的虚拟机?
发布于 2015-04-22 20:51:20
不,你不能。你有两种方法:
1)安装Linux into Hyper-V
2)关闭Hyper-V,重新启动Windows,使用VMware。然后打开Hyper-V,重新启动并使用Windows Phone Emulator。
您可以从命令行打开或关闭Hyper-V:
bcdedit /set hypervisorlaunchtype offhttps://stackoverflow.com/questions/29797642
复制相似问题