You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The information below is to be of further assistance if you are having difficulties getting the SDK running on Linux

Air Dependency

Flex SDK is best installed using the SDK Installer, which requires Adobe AIR 2.6. If you didn't already know, installing Adobe AIR on Linux isn't that easy, as it is not supported by Adobe anymore. The easiest way I have found is this one:

  1. If you're using a 64-bit Linux system, install the ia32-libs (AIR is 32-bit only):
    sudo apt-get install ia32-libs
    
    //
    //
    #Go here (http://update.devolo.com/linux/apt/pool/main/a/adobeair/) and download the AIR installer for 64-bit systems (amd64) or 32-bit (i386)
    //
    //
    #Install the package you just downloaded:
    sudo dpkg -i adobeair_2.6.0.19170_amd64.deb
    

You're done with the installation of Adobe AIR.

Installing the SDK Installer

Updating the SDK Installer

  • No labels