visual-studio-2015 - 目标设备的操作系统版本不满足应用程序的最低要求。最低要求的操作系统是 Windows 10.0

标签 visual-studio-2015 uwp windows-10-mobile windows-10-universal

我是 Windows 10 移动应用开发新手。我创建了一个通用 Windows 应用程序并尝试在 Windows 10 手机上运行它。我收到以下错误:

'目标设备的操作系统版本不满足应用程序的最低要求。最低要求的操作系统是 Windows 10.0。'

我注意到 Visual Studio 2015 中的目标版本是 Windows 10(10.0;Build 10240),而我手机上的 Build 是 10166。我一直在手机上检查更新,但它说我的手机是最新的。我无法更改 VS2015 中的目标版本,因为我的手机版本不在目标版本列表中。

提前感谢您的帮助:)

最佳答案

Hans Passant说:

You have an old preview build on your phone. You'll have to wait until it is ready to ship (no announcement yet) or update to the current preview build. Which is 10586 right now.

如果您的设备上必须安装 Windows,则最低版本为 10.0 build 10240 ,正如您所说,您设备的当前版本是 10.0 build 10166 。通知10166 < 10240 (您不满足最低要求)。要解决您的问题,请将您的手机更新到最新的 Windows 10 Mobile Insider Preview 版本 ( 10586 )。 假设您已下载并配置 Windows Insider应用,请按照以下步骤操作:

  1. 打开设置
  2. 查找并打开 Update and security
  3. 点击Phone update
  4. 点击Check for updates

请务必通读 the list of known issues first !

关于visual-studio-2015 - 目标设备的操作系统版本不满足应用程序的最低要求。最低要求的操作系统是 Windows 10.0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33809045/

相关文章:

c++ - 如何将 qt 应用部署到 UWP 或 Windows 10 移动版

visual-studio-2015 - 使用 VS 2015 实验实例调试在 VS 2017 中创建的 VSIX

visual-studio-2015 - Visual Studio错误microsoft.vshub.server.httphostx64.exe

c# - csproj.csdat 文件有什么用

c# - 将图像转换为 Base64 字符串

javascript - 当 AppBar 处于事件状态时使用焦点显示软键盘使内容跳回顶部

azure - 为什么我无法通过 Visual Studio 发布到 Azure 云服务?

c# - DateTimeFormatter.Format() 和字符串之间的区别

c# - 有什么正确的方法可以通过路径获取文件吗?

c# - Windows 10通用应用程序,访问我的设备信息时抛出异常: 'System.UnauthorizedAccessException' in app. exe?