简体   繁体   English

在Windows 8.1上运行Windows 10 Universal Apps

[英]Run Windows 10 Universal Apps on Windows 8.1

Is it possible to run a windows 10 universal app on windows 8.1? 是否可以在Windows 8.1上运行Windows 10通用应用程序? I searched a lot, but I didn't find a clear answer on MSDN etc. 我搜索了很多,但我没有在MSDN等上找到明确的答案。

Thanks. 谢谢。

The answer would be no. 答案是否定的。 For further clarifications, best to post on the forum: https://social.msdn.microsoft.com/Forums/windowsapps/en-US/home?forum=wpdevelop 如需进一步说明,最好在论坛上发帖: https//social.msdn.microsoft.com/Forums/windowsapps/en-US/home? forum = wpdevelop

Windows 10 introduces several new APIs and concepts (such as API contracts) that are not available on Windows 8.1. Windows 10引入了几个在Windows 8.1上不可用的新API和概念(例如API契约)。 An app that relies on such new APIs and concepts cannot run on Windows 8.1. 依赖于此类新API和概念的应用无法在Windows 8.1上运行。 Additionally the app-model and a lot of packaging machinery for Windows 10 Universal apps is very different from Windows 8.1. 此外,适用于Windows 10 Universal应用程序的应用程序模型和许多打包机器与Windows 8.1非常不同。 Apps built with such new information cannot be successfully understood by Windows 8.1 for deployment. Windows 8.1无法成功理解使用此类新信息构建的应用程序以进行部署。 Also, Store will not make the Windows 10 apps available for download on Windows 8.1 此外,Store不会在Windows 8.1上提供可下载的Windows 10应用程序

A Universal Windows app is a Windows experience that is built upon the Universal Windows Platform (UWP), which was first introduced in Windows 8 as the Windows Runtime. 通用Windows应用程序是基于通用Windows平台(UWP)构建的Windows体验,该平台最初是作为Windows运行时在Windows 8中引入的。 Universal Windows apps are most often distributed via the Windows Store (but can also be side-loaded), and are most often packaged and distributed using the .APPX packaging format. 通用Windows应用程序通常通过Windows应用商店分发(但也可以是侧载),并且通常使用.APPX打包格式进行打包和分发。

"The best way to be ready for Windows 10 is to build your Universal Windows app for Windows 8.1 and Windows Phone 8.1 now."- Microsoft “为Windows 10做好准备的最佳方法是立即为Windows 8.1和Windows Phone 8.1构建通用Windows应用程序。” - Microsoft

How to Build a Windows 8.1 universal app reference 如何构建Windows 8.1通用应用程序参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM