Adobe Flex 和 Adob​​e Flex Air - 在本机安装中打包 Air 应用程序

发布于 2024-08-22 16:15:42 字数 426 浏览 8 评论 0原文

我已尝试 Adobe Livedocs 上给出的选项:adt - package -target native myApp.exe myApp.air,但我不断收到消息“-storetype required”。然后我尝试使用 adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air 并得到相同的消息。

我已经在flexbuilder中创建了.air文件和.p12证书文件,并且只是在命令提示符中的指定位置指向这些文件,但出现了同样的问题。有什么想法吗?

I have tried the options given on Adobe Livedocs : adt -package -target native myApp.exe myApp.air, but I keep getting the message "-storetype required". I then try with adt -package -target native -storetype pkcs12 -keystore myCert.pfx myApp.exe myApp.air and get the same message.

I have already created the .air file and the .p12 cert file in flexbuilder, and am just pointing to these in the command prompt in the specified places, but the same problem occurs. Any ideas?

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

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

发布评论

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

评论(1

樱花细雨 2024-08-29 16:15:42

好的,弄清楚了。

  • 必须将 extendedDesktop 桌面 插入我的 app.xml 文件中。
  • 以及 到同一个 xml 文件中。

至少需要Adobe Air 2.0,并且Path中需要设置ADT。我在我的 博客如果你有兴趣的话。

更新:Serje Jespers 创建了一个拖放工具来完成此任务此处< /strong>

Ok, figured this out.

  • Had to insert <supportedProfiles>extendedDesktop desktop</supportedProfiles> into my app.xml file.
  • and also <application xmlns="http://ns.adobe.com/air/application/2.0beta2"> into the same xml file.

At lease Adobe Air 2.0 is needed, and ADT needs to be set in the Path. I put a list of the steps I took in getting the Air to Exe on my blog if you interested.

UPDATE: Serje Jespers created a drag-n-drop tool to accomplish this task here

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