2016-06-15 251 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)。 :) –

相關問題