VS Community 2015 - 未安装 Windows Phone 模拟器
VS Community 2015 - No Windows Phone Emulator Installed
我在尝试构建(调试 > Windows Phone > 设备)默认的 Cordova TypeScript 项目时遇到以下错误:
No Windows Phone 8 emulators installed. Please install Visual Studio 2013 with Windows Phone 8 tools selected to install the emulators
注意:我使用的是 Visual Studio 2015 的候选版本,刚刚安装了 Visual Studio Community 2015 的试用版。
正在安装 Visual Studio 2013 Windows Phone 8 个工具不能是正确的解决方案。
感谢您升级到 RTM VS 2015。不幸的是,您确实需要 VS2013 才能安装 Windows 8 个模拟器。它们在 VS 2015 上不可用,或者没有用于模拟器的独立安装程序。但是如果有帮助,您应该能够在 Windows 8.1 模拟器上部署 Windows 8 应用程序。
我已经从 http://www.microsoft.com/en-us/download/details.aspx?id=35471 下载并安装了 wpsdkv80_enu1.iso。它是 Windows Phone SDK 8.0 和模拟器,它工作正常 Visual Studio 2015 社区
如果您只想测试通用应用程序,则无需下载 WP SDK 8.0。
您可以通过将平台切换到 Windows Phone(universal) 并选择 Windows 8.1 Emulator 来直接从 VS 调试通用应用程序。但它需要安装 Windows Phone 8.1 的模拟器。
如果没有为 Windows Phone 8.1 安装模拟器,您可以在程序和功能 -> Visual Studio 2015 -> 更改中安装。
如有错误请指正:
- VS2015提供的WindowsPhone8.1模拟器只有好用
用于测试通用 Windows 应用程序 (APPX),仅此而已。
- Windows Phone 8.1
旧版 应用程序 (XAP) 只能通过单独安装 Windows Phone 8.1 Updated Emulators 来模拟。
您不会在 MS 参考站点上的任何地方找到这条信息。
我在尝试构建(调试 > Windows Phone > 设备)默认的 Cordova TypeScript 项目时遇到以下错误:
No Windows Phone 8 emulators installed. Please install Visual Studio 2013 with Windows Phone 8 tools selected to install the emulators
注意:我使用的是 Visual Studio 2015 的候选版本,刚刚安装了 Visual Studio Community 2015 的试用版。
正在安装 Visual Studio 2013 Windows Phone 8 个工具不能是正确的解决方案。
感谢您升级到 RTM VS 2015。不幸的是,您确实需要 VS2013 才能安装 Windows 8 个模拟器。它们在 VS 2015 上不可用,或者没有用于模拟器的独立安装程序。但是如果有帮助,您应该能够在 Windows 8.1 模拟器上部署 Windows 8 应用程序。
我已经从 http://www.microsoft.com/en-us/download/details.aspx?id=35471 下载并安装了 wpsdkv80_enu1.iso。它是 Windows Phone SDK 8.0 和模拟器,它工作正常 Visual Studio 2015 社区
如果您只想测试通用应用程序,则无需下载 WP SDK 8.0。 您可以通过将平台切换到 Windows Phone(universal) 并选择 Windows 8.1 Emulator 来直接从 VS 调试通用应用程序。但它需要安装 Windows Phone 8.1 的模拟器。
如果没有为 Windows Phone 8.1 安装模拟器,您可以在程序和功能 -> Visual Studio 2015 -> 更改中安装。
如有错误请指正:
- VS2015提供的WindowsPhone8.1模拟器只有好用 用于测试通用 Windows 应用程序 (APPX),仅此而已。
- Windows Phone 8.1 旧版 应用程序 (XAP) 只能通过单独安装 Windows Phone 8.1 Updated Emulators 来模拟。
您不会在 MS 参考站点上的任何地方找到这条信息。