空气3.0 +捆绑 +自动更新+错误#16828
我在更新使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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).
您好,将您的主空气文件导出为空气文件而不是 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.
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?