Adobe AIR - 强制运行时

发布于 2024-12-23 04:55:56 字数 124 浏览 1 评论 0原文

我使用 Adob​​e Flash CS5 和 Adob​​e Air 2.5 来构建一个 Air 应用程序。

有没有办法利用 Air 3 强制运行时功能?我是否需要额外的软件来发布带有强制运行时的 Air 应用程序?

I'm using Adobe Flash CS5 with Adobe Air 2.5 to build an air app.

Is there a way to make use of the Air 3 captive runtime feature? Do I need additional software to publish the Air app with the captive runtime?

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

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

发布评论

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

评论(1

请远离我 2024-12-30 04:55:56

Captive Runtime 尚未集成到 Flash Pro IDE 中。您必须使用免费 AIR SDK< 中提供的命令行工具打包您的应用程序/a>.

更多信息在这里;基本上,当您编译应用程序时,请务必指定目标参数。要创建 Android APK,您可以使用以下内容:

-target apk-captive-runtime

有关选项的更多信息位于 此处

Captive Runtime is not yet integrated into the Flash Pro IDE. You'll have to package your app using the command line tools available in the free AIR SDK.

Some more info is here; basically when you compile your app be sure to specify the target parameter. To create an Android APK, you would use this:

-target apk-captive-runtime

More info on options is here

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