UWP 10 和 Windows 8 或 8.1
UWP 10 and Windows 8 or 8.1
是否可以在 windows 8 或 8.1 上安装 uwp 10 应用程序?我尝试在 win10 上从 bundle 安装它并且它可以工作,在 win 8.1 上我有一个错误:0x80080204。 Appx 包的清单无效
摘自 official requirements 开发一个 Windows 10 应用程序:
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.
开发人员和任何普通用户都不能 运行 Windows Windows 8(.1) 或 7.
上的 10 个应用程序
不,这是不可能的,因为 UWP 应用程序不向后兼容。 Windows 10 可以 运行 Windows 8/8.1 应用程序,反之亦然。
是否可以在 windows 8 或 8.1 上安装 uwp 10 应用程序?我尝试在 win10 上从 bundle 安装它并且它可以工作,在 win 8.1 上我有一个错误:0x80080204。 Appx 包的清单无效
摘自 official requirements 开发一个 Windows 10 应用程序:
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.
开发人员和任何普通用户都不能 运行 Windows Windows 8(.1) 或 7.
上的 10 个应用程序不,这是不可能的,因为 UWP 应用程序不向后兼容。 Windows 10 可以 运行 Windows 8/8.1 应用程序,反之亦然。