Exporting an AIR project

This page describes how to export an Adobe AIR project from the Aptana IDE.

Contents

  • Introduction

    You can export an AIR project using Aptana's Export AIR Package tool, which creates a portable AIR application that can be installed on a desktop machine.

    Instructions

    Exporting the application

    To export an AIR project:

    1. On the Aptana toolbar, click the Export AIR Package button Image:iconExportAIRPackage.png to open an AIR Package Contents pop-up window.
    2. From the Project drop-down list, select your AIR project.

      The Include files box is automatically populated with the files for your project.

    3. From the Application Descriptor drop-down list, select the .xml file for your project.
    4. In the Include files box, check the boxes next to all of the files that you want to include in your application.
    5. In the Save as... field, browse to the location where you want to save the exported .air file, and type a name for the .air file. Make sure that you include the .air file extension (shown below.)

      Image:exportAIR.png

    6. Click the Finish button to export your AIR application.

    Installing the application

    After you have exported the AIR application as an .air file, you can then install the application to your computer.

    To install the exported AIR application:

    1. Navigate to the location where you saved the .air file.
    2. Double-click the .air file icon.
    3. Follow the instructions in the wizard to complete the installation.

    Related Topics