Using Flash Builder 4.6, I exported an Adobe Air file from my mobile project.
I am trying to pack it into EXE (including Adobe Air Runtime)
The project was created using Air 3.1. I looked online, and there are some ADT commands that people recommend using, but the problem is that the command causes errors in Air 3.1
If I use air 3.0 ADT:
AIR file at [app path]/app.air could not be converted.
The error was ""
If I use air 3.1 or air 3.2 sdk
SDK is missing file [my path to air]\lib\nai\bin\naip.exe
I run
java -jar [path to air]\lib\adt.jar" -package -target native app.dmg app.air
I also tried
java -jar [path to air]\lib\adt.jar" -package -target native app.exe app.air
I also considered projects like this: http://bishoponvsto.wordpress.com/2010/02/23/adobe-air-2beta-2-to-exe-packaging-air-app-in-windows-executable/ , but this is for Air 2.0.
? -, Flash Builder 4.6, - - ...