Adobe Air Suite for Exe

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, - - ...

+3
2

, , , FlashDevelop. , .air, , swc .air. .air, :

adt.bat -package -target bundle kiosk kiosk.air

exe. , .air, , .air, , , .

+1

? - - .

"", , Air (, ..), Inno Setup.

EDIT:

, , Windows EXE. ., EXE Flash Builder ( "Export Release Build" )? , :

  • Java 1.6.0_29. , Java , (java -version).
  • JAR.
  • , Air.
  • , JAR.
  • "Export Release Build" ( FB 4.5). , " : ", " : AIR ". (, , .)
  • ( , , Flash IDE, Air " ", " ".)

, Air, EXE, .

0

All Articles