2014-04-29 259 views
2

我想制作一个简单的Windows Phone 8应用程序。而且我已经安装在我的电脑:Windows Phone 8.1仿真器未安装在我的系统上

OS : Windows 8 pro 
Visual studio 2013 
SDK 8.0 

当我调试我的应用程序是在下面的错误:

Deployment failed because no Windows Phone was detected. Make sure a phone is connected and powered on. 

为了解决这个错误,当我在安装Windows 8.1模拟器它给我下面错误:

This computer does not support the windows phone emulator, which require the 64-bit edition of windows 8.1 Pro and a computer that support Hyper-v, 

而我的系统类型是64-bit OS, x64-based processor.

请苏给我解决这个问题,我在等你的回复。 谢谢。

+0

检查:安装的Windows Phone 8.1模拟器http://goo.gl/5xz9LL –

回答

4

请问您的电脑是否支持Hyper-V?如果没有,那么你不能在你的机器上运行模拟器。按照下面的Microsoft链接,

Your computer’s BIOS must support the following requirements, and they must be enabled: 

Hardware-assisted virtualization. 

Second Level Address Translation (SLAT). 

Hardware-based Data Execution Prevention (DEP)." 

http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff626524%28v=vs.105%29.aspx#hyperv

+0

有什么办法来调试应用程序,而无需使用模拟器? – user88

+0

您将不得不使用Windows Phone在没有模拟器的情况下调试您的应用程序。即使我遇到了同样的问题,模拟器将无法在我的机器上工作,使用手机并完美运行。 – Hitesh

相关问题