空气3.0 +捆绑 +自动更新+错误#16828

发布于 2024-12-15 02:50:51 字数 639 浏览 3 评论 0原文

我在更新使用 Bunlde 选项打包的 Air 3.0 应用程序时遇到以下错误:

发生意外错误。 Error#16828

这是我的 update.xml 文件:

<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
        <versionNumber>4.2.1</versionNumber>
        <url>http://myserver.com/update/MyApp-4.2.1.air</url>
        <description>
                <text xml:lang="en">Update</text>
                <text xml:lang="fr">Update</text>
        </description>
</update>

有什么想法吗?

干杯

达米恩

I've got the following error while updating my Air 3.0 application packaged with the bunlde option :

An unexpected error occurred. Error# 16828

Here is my update.xml file :

<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.adobe.com/air/framework/update/description/1.0">
        <versionNumber>4.2.1</versionNumber>
        <url>http://myserver.com/update/MyApp-4.2.1.air</url>
        <description>
                <text xml:lang="en">Update</text>
                <text xml:lang="fr">Update</text>
        </description>
</update>

Any ideas ?

Cheers

Damien

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

百变从容 2024-12-22 02:50:51

http://help.adobe.com/en_US /FlashPlatform/reference/actionscript/3/air/update/ApplicationUpdaterUI.html

downloadError

16828 无法更新应用程序,通常是因为应用程序正在 AIR Debug Launcher 中运行(ADL)。

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/air/update/ApplicationUpdaterUI.html

downloadError

16828 Cannot update application, usually because the application is running in the AIR Debug Launcher (ADL).

情绪 2024-12-22 02:50:51

您好,将您的主空气文件导出为空气文件而不是 EXE,这应该可以解决您的问题。如果您的更新文件和普通空气都是 .air 这应该可以工作。

Hi export your main air file as a air file not as an EXE and that should solve your problem. If both your update file and normal air is .air this should work.

孤者何惧 2024-12-22 02:50:51

Jaco,如果我将主安装程序导出为 .air 文件,这是否意味着我需要单独提供安装 Air 的说明? .exe 会为没有它的人安装它,这有点帮助,我想我会错过它?

Jaco, if I export the main installer as a .air file does that mean I need to give instructions for installing Air separately? The .exe installs it for people if they don't have it which is kind of helpful, I gather I'd be missing that?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文