How Can I Use fdt.launch.Application for AIR Projects & FDT 5.5
问题 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