I always forgot how to launch AIR application from command line for debugging purpose :(
As you know there are lot of command line options for adl but I think the simplest command is something like below:
FlashDevelop's prepared bat files, which are generated when you created AIR project, also help your understanding for how the AIR app is launched.
As you know there are lot of command line options for adl but I think the simplest command is something like below:
{PATH_TO_FLEX_SDK}\bin\adl.exe application.xml bin
FlashDevelop's prepared bat files, which are generated when you created AIR project, also help your understanding for how the AIR app is launched.
コメント