我怎么能使用fdt.launch.Application对于AIR项目和放大器; FDT 5.5放大器、项目、我怎么能、launch

2023-09-08 14:00:12 作者:笑脸带眼红

我想要一个空气流动的项目运行此..

i'm trying to run this on an AIR Mobile project..

<fdt.launch.application projectname="TestAndroid" mainclass="src/com/powerflasher/SampleApp/TestAndroid.as" debug="false" target="../bin/TestAndroid.swf" startswf="false" />

提供了以下错误.. fdt.launch.Application不支持AIR项目。

gives the following error.. fdt.launch.Application does not support AIR Projects.

是有替代呢?

推荐答案

YES和NO。

FDT 5.5提供了一个新的fdt.invoke.launchConfiguration的任务。要启用启动配置的执行在Ant环境。

FDT 5.5 offers a new 'fdt.invoke.launchConfiguration' task. To enable the execution of launch configurations in an ANT environment.

这里观看视频。

看到这里的文档。

您这是不完全一样的;但是,你把所有的通过fdt.invoke.launchConfiguration任务,并启动GUI结合有效(及以上)的选项相同。唯一的缺点是,此工作流是不是便携式的。 FDT的团队正在考虑提供更多的选择,使之更便于携带。

You it's not exactly the same; however, you have all of the same options available (and more) via the 'fdt.invoke.launchConfiguration' task and launcher GUI combined. The only disadvantage is that this workflow is not as portable. The FDT team is considering offering more options to make it more portable.

[更新]参见this螺纹对构建模块的AIR应用程序的替代品的详细信息。

[Update] Also see this thread for more info on alternatives on building module AIR applications.