3

我正在开发一个 UWP 应用,其最低版本和目标版本设置为 Fall Creators Update。但是,当我检查运行选项时,我没有看到模拟器。

但是当我创建了一个将最低 sdk 版本设置为周年纪念日的新项目时,我现在看到了模拟器。

那么如何在不降低最低版本的情况下在我的项目中启用模拟器呢?

4

1 回答 1

4

Windows 10 Fall Creators Update(内部版本 10.0.16299)没有模拟器,因为 Fall Creators Update 不适用于 Windows 10 Mobile。

Windows 10 Mobile 获得了 Microsoft称之为Mobile Fall Creators Update的 build 10.0.15254 的模拟器,但只是名义上的。它实际上并不包含 Fall Creators API,并且在所有其他方面都与 Creators Update(内部版本 10.0.15063)相同。

您不能在 Windows 10 移动版中使用 Windows 10 Fall Creators Update 中新增的 API 和功能。此外,Windows 10 Mobile 不再获得任何主要的新 API 和功能,至少在消费者方面是这样。如果您需要支持 Windows 10 移动版,您的最低版本需要为 10.0.15063 或更低版本。

于 2018-02-19T05:47:59.663 回答