IntelliJ IDEA 2016.1 Help

Create AIR Descriptor Template Dialog

Use this dialog to configure and create an application descriptor template for your AIR (Desktop or Mobile) application.

During the compilation or packaging, the text in the <content> element of the template will be replaced with the name and extension (.swf) of the application file.

AIR application descriptor

ItemDescription
File nameSpecify the name of the descriptor template .xml file to be generated.
Folder Specify the folder in which the generated descriptor template should be stored.

Use browseButton (Shift+Enter) to select the folder in the corresponding dialog.

AIR versionSpecify (select or type) the target AIR version.

Application properties

ItemDescription
IDSpecify the application ID.
NameSpecify the application name, that is, the text to be displayed as the application title.
VersionSpecify the application version in the x.x.x format.

Note that this isn't the AIR version.

Mobile options

ItemDescription
Mobile platformSelect which platform (Android or iOS) the application descriptor is intended for.
Common optionsSelect or deselect the following screen options:
  • Auto-orient. If selected, corresponds to <autoOrients>true</autoOrients>.
  • Full screen. If selected, corresponds to <fullScreen>true</fullScreen>.

Android tab

ItemDescription
PermissionsUse the check boxes to enable or disable the corresponding Android permissions.

iOS tab

ItemDescription
DevicesSelect the supported device family. If iPhone/iPod Touch and iPad are supported, select All.
High resolutionSelect this option if your application should use the high screen resolution mode.

See Also

Last modified: 13 July 2016