从 windows 8.1 开发适用于 windows 10 的通用应用程序

Develop Universal apps for windows 10 from windows 8.1

我有 windows 8.1,现在 Visual Studio 2015 正在我的机器上安装。我可以从 windows 8.1 为 windows 10 开发通用 windows 应用程序 UWA 吗? 如果值得一提的话,我家里还有另一台 windows 10 的机器,我想在我可以远程使用另一台机器测试我的应用程序之前我在某个地方读过,但我一直在寻找但没有找到如何这样做。

这是不可能的。 You need Windows 10 开发 Windows 10 个 UWP 应用程序。

1. Get Windows 10

To develop UWP apps, you need the latest version of Windows.

实际上,这是可能的。我们可以在 Windows 8.1 上使用 Visual Studio 2015 开发通用 Windows 应用程序,并在远程 Windows 10 设备上测试它们。

更多信息,请参阅Requirements in Develop apps for the Universal Windows Platform (UWP)

Windows 8.1 and Windows 7 support

If you choose to develop Universal Windows apps with Visual Studio 2015 on a platform other than Windows 10, these are the restrictions:

  • Windows 8.1: You can’t run the app locally (only on a remote Windows 10 device). You can use the emulators in Visual Studio, but not the simulator.
  • Windows 7: You can’t run the app locally (only on a remote Windows 10 device). You can’t use the emulators or the simulator in Visual Studio either.

关于在远程设备上的测试,请参阅Specifying a remote device in Deploying and debugging Universal Windows Platform (UWP) apps

但是,如果在 Windows10 之前使用 OS,Windows 通用开发的某些 Visual Studio 功能可能会降级,例如您无法使用XAML 设计师 Windows 8.1:

为了更好地开发Windows通用应用程序,强烈推荐Windows10