如果最低版本和目标版本都设置为秋季创作者更新,为什么 Microsoft 模拟器不显示在 VS 中?

Why is Microsoft emulator not showing in VS if both minimum and target versions are set to fall creators update?

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

但是当我创建一个新项目时,最低sdk版本设置为anniversary,我现在看到了模拟器。

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

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

Windows 10 Mobile 获取 build 10.0.15254 的模拟器,Microsoft 调用 Mobile Fall Creators Update,但只是名义上的。 It doesn't actually contain the Fall Creators APIs,其他方面与创意者更新(build 10.0.15063)相同。

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