Aptana Studio ヘルプ > はじめに > Developing Adobe AIR projects

Configure an alternative AIR runtime

This page describes how to configure the Adobe AIR runtime for use with the Aptana IDE.

Introduction

Before you can configure the Aptana IDE to work with AIR, you will need to download and install the AIR SDK from Adobe:

http://www.adobe.com/go/getairsdk/

After installing the AIR SDK, you will need to configure your preferences for AIR, as described in the instructions below.

Instructions

To configure Aptana to work with AIR:

  1. From the Window menu in Aptana, select Preferences... to open a Preferences window.
  2. On the tree on the left side of the Preferences window, expand Aptana and select AIR SDKs to go to the AIR SDKs screen.
  3. Add the AIR SDK:
    1. On the AIR SDKs screen, click the Add... button to open an Add AIR SDK pop-up window.
    2. In the AIR SDK Directory field, browse to the top-level directory where your AIR SDK is installed.
    3. In the AIR SDK Name field, type a name for your SDK (example shown below).

      Image:AddAIRSDK.png

    4. Click the OK button to add the SDK.

      Aptana adds the SDK. Your AIR SDKs preferences screen should look similar to the example below.

      Image:AIRSDKs.png

  4. Click OK.

Aptana adds the SDK to your preferences. You can now start creating AIR projects.

Related Topics