windows-phone-8 - 我的系统上未安装 Windows Phone 8.1 模拟器

标签 windows-phone-8 windows-8 visual-studio-2013

我想制作一个简单的 Windows Phone 8 应用程序。我已经安装在我的电脑上:

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位操作系统,基于x64的处理器。

请建议我解决这个问题,我正在等待您的回复。 谢谢。

最佳答案

您的电脑支持 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

关于windows-phone-8 - 我的系统上未安装 Windows Phone 8.1 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23356648/

相关文章:

xaml - Metro XAML-LayoutTransform在哪里?

android - GridView ,如 Windows 8 或 Google Play

.net - System.Security.Cryptography.X509Certificates.X509Certificate2 在目标框架版本中不可用

windows-phone-8 - Windows Phone 8 应用程序无法加载 mainpage.xaml,卡在 "loading"

c# - WP8 中的 SpeechRecognizerUI 导致高崩溃次数?

javascript - WinJS - 忽略 iframe javascript 错误

c - 在 C 中重构重命名

c# - Windows Phone 8.0 约会任务在 C# api 中没有 Occurs 属性

c# - 可以使用传统的 File.CreateText(path) 代替 IsolatedStorageFile 吗?

git - 如何在 Visual Studio 2013 中显示 'git blame'?