2016-06-15 253 views
1

我有Windows 8.1,现在Visual Studio 2015安装在我的机器上。我可以从Windows 8.1开发适用于Windows 10的通用Windows应用程序UWA吗? 如果值得一提的是,我有另一台机器在家中使用Windows 10,我想我可以在远程使用其他机器来测试我的应用程序之前阅读,但我一直在寻找,却没有找到如何去做。为Windows 8.1开发适用于Windows 8.1的通用应用程序

+0

可能的重复http://stackoverflow.com/questions/30317848/run-windows-10-universal-apps-on-windows-8-1 –

+0

是的,你是对的。您可以在Windows 8.1上使用Visual Studio 2015开发通用Windows应用程序,并在远程Windows 10设备上测试它们。但是,对于开发Windows通用应用程序,强烈建议使用Windows 10。欲了解更多信息,请查看我的答案。 –

回答

0

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

1.获取Windows 10

制定UWP的应用程序,你需要最新版本的Windows。

2

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

欲了解更多信息,请参阅RequirementsDevelop apps for the Universal Windows Platform (UWP)

的Windows 8.1和Windows 7的支持

如果您选择开发通用的Windows和Visual Studio 2015年以外的其他平台上的哪些应用Windows 10,这些是限制:

  • Windows 8.1:你可以不要在本地运行应用程序(仅在远程Windows 10设备上运行)。您可以在Visual Studio中使用模拟器,但不能使用模拟器。
  • Windows 7:您无法在本地运行应用程序(仅在远程Windows 10设备上)。您不能在Visual Studio中使用模拟器或模拟器。

而对于在远程设备上测试,请参阅Specifying a remote deviceDeploying and debugging Universal Windows Platform (UWP) apps

然而,在使用OS时,早于Windows 10,为Windows通用开发一些Visual Studio的功能可能会降低,比如你不能使用XAML设计在Windows 8.1:
enter image description here

为了更好地开发Windows通用应用程序的经验,强烈建议使用Windows 10

+0

好的,如果它有效,你应该要求更新文档 – magicandre1981

+1

@ magicandre1981感谢您的反馈。尽管我们可以使用Windows 8.1开发UWP应用程序,但我们仍然需要Windows 10设备进行测试。 “入门”文档是针对UWP应用程序新手的说明。它表明他们使用Windows 10获得更好的体验。有关开发UWP应用程序的要求,请参阅MSDN中的[要求](https://msdn.microsoft.com/en-us/library/dn975273.aspx#Anchor_0)。 :) –

相关问题