How Can I Use fdt.launch.Application for AIR Projects & FDT 5.5

房东的猫 提交于 2019-12-23 04:47:13

问题


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" />

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

is there an alternative to this?


回答1:


Yes and no.

Yes

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

Watch a video here.

See documentation here.

No

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.

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



来源:https://stackoverflow.com/questions/10695831/how-can-i-use-fdt-launch-application-for-air-projects-fdt-5-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!