Getting Adobe Air and Apps to work on Arch Linux

1. Download AIR-SDK from http://labs.adobe.com/downloads/air_linux.html
2.
Create a directory, e.g. “~/AIR-SDK”. Extract the AIR-SDK’s .tar.bz2
file in this directory (cd ~/AIR-SDK; tar jxvf
/path/to/adobeair_linux_sdk_a1_033108.tbz2) so that adl can be found at
“~/AIR-SDK/bin/adl”.
3. Create a directory, e.g. “~/app”. Use
“unzip” to extract the contents of an AIR application: cd ~/app; unzip
/path/to/application_package.air
4. Use adl to launch the application:

~/AIR-SDK/bin/adl -nodebug ~/app/META-INF/AIR/application.xml ~/app

One thought on “Getting Adobe Air and Apps to work on Arch Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>