【问题标题】:Whether Windows 8.1 apps will work in Windows 8 PC?Windows 8.1 应用程序是否可以在 Windows 8 PC 中运行?
【发布时间】:2013-08-13 09:30:00
【问题描述】:

我正在使用 VS 2013 在 Windows 8.1 Preview 版本中开发应用程序。当我在 Windows 8 PC 中部署应用程序包时,它没有运行。我有一个小问题,Windows 8.1 开发的应用程序是否会在 Windows 8 PC 上运行。如果它需要运行,是否应该为应用程序或 PC 提供任何其他规范?

【问题讨论】:

    标签: c# xaml windows-8 windows-8.1


    【解决方案1】:

    如果你的目标是 8.1 那么应用程序将无法在 windows 8 中运行。那是因为 8.1 的 api 被扩展,并且新功能在 windows 8 中不存在。如果你在 windows 8.1 中开发并以 windows 8 为目标。那么这些应用开箱即用。

    例如,Windows 8.1 支持新控件。如果您以 8.1 为目标,则可以使用这些控件,但是当您使用 Windows 8 时,这些控件不存在,因此应用程序无法运行。

    【讨论】:

    • 只是想在此处明确“定位 8.1”一词。我使用支持 Framework 4.5.1 的 Visual Studio 2013(预览版)创建了一个 Windows 应用商店应用程序。在 Visual Studio 2013 解决方案资源管理器中,应用程序显示为“TestApp1 (Windows 8.1)”。现在,有没有办法让这个应用程序在 Windows 8.0 中运行?
    • 我手头没有 Windows 8.1 机器来测试这个。但我想你可以在项目设置中编辑它。
    • 如果不可能,您应该将您的项目重新创建为 Windows 8 应用程序。您可以通过右键单击您的 windows 8 项目并单击迁移到 8.1 轻松地从 8 迁移到 8.1
    • @SynerCoder 请提供任何源链接作为指导。
    • @kumar msdn.microsoft.com/en-us/library/windows/apps/bg182410.aspx 此处描述的任何内容都不能在 8.0 中使用,因为这些仅存在于 8.1 中
    猜你喜欢
    • 1970-01-01
    • 2014-08-30
    • 1970-01-01
    • 1970-01-01
    • 2016-04-09
    • 1970-01-01
    • 1970-01-01
    • 2013-02-20
    • 1970-01-01
    相关资源
    最近更新 更多