为什么 Windows Phone 8 模拟器在 Windows 8.1 中没有 运行?
Why Windows Phone 8 emulator does not run in Windows 8.1?
我已经下载了 Windows Phone sdk,但它给了我一个关于 Hyper-V 的错误并要求我重新启动。我重新启动了计算机并启动了一个新的 windows phone 8 项目,当我调试时它给了我这个错误。
Can't start Windows Phone Emulator
The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V
- Windows 8 Professional (64 bit)
有什么方法可以完成这项工作吗?
system requirements documentation for the windows Phone 8 emulator 声明您需要 Windows 8 Pro 版 或更高版本的 64 位版本。我怀疑你没有专业版。
您仍然可以在非专业版上为 Windows Phone 8 开发应用程序,但您不能使用模拟器 - 您必须在已注册的 Windows 上进行调试Phone 8 phone.
做一个简单的任务
走这条路
控制面板 --> 程序和功能 --> 打开或关闭 Windows 功能 --> 确保已选中 Hyper-V
现在重新启动计算机
允许 Hyper-V(假设您有 windows 8.1 Pro 或 windows 10 pro)
转到 cmd,运行 以管理员身份输入以下内容:
bcdedit /set hypervisorlaunchtype auto
关闭它(因为你在不调试的时候会很快遇到一些问题)
bcdedit /set hypervisorlaunchtype off
我已经下载了 Windows Phone sdk,但它给了我一个关于 Hyper-V 的错误并要求我重新启动。我重新启动了计算机并启动了一个新的 windows phone 8 项目,当我调试时它给了我这个错误。
Can't start Windows Phone Emulator
The Windows Phone Emulator requires Hyper-V. Your PC is missing the following pre-requisites required to run Hyper-V - Windows 8 Professional (64 bit)
有什么方法可以完成这项工作吗?
system requirements documentation for the windows Phone 8 emulator 声明您需要 Windows 8 Pro 版 或更高版本的 64 位版本。我怀疑你没有专业版。
您仍然可以在非专业版上为 Windows Phone 8 开发应用程序,但您不能使用模拟器 - 您必须在已注册的 Windows 上进行调试Phone 8 phone.
做一个简单的任务 走这条路 控制面板 --> 程序和功能 --> 打开或关闭 Windows 功能 --> 确保已选中 Hyper-V 现在重新启动计算机
允许 Hyper-V(假设您有 windows 8.1 Pro 或 windows 10 pro)
转到 cmd,运行 以管理员身份输入以下内容:
bcdedit /set hypervisorlaunchtype auto
关闭它(因为你在不调试的时候会很快遇到一些问题)
bcdedit /set hypervisorlaunchtype off