Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4547926
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T16:09:29+00:00 2026-05-21T16:09:29+00:00

Apologies in advance for asking such stupid questions, but: In Workflow for creating AIR

  • 0

Apologies in advance for asking such stupid questions, but:
In Workflow for creating AIR applications for mobile devices, they say to

  1. Create an AIR application descriptor file (using the 2.5, or later, namespace).
  2. Compile the application.
  3. Package the application as an Android package (.apk).

What do they mean by an AIR application descriptor file? Do they mean application.xml?

What do they mean by the 2.5 namespace?
I see application xmlns=”http://ns.adobe.com/air/application/2.0″ in application.xml.
How do I get the latest namespace?

What do they mean by Compile the application? I’m using Aptana and there’s no compile menu option, so do they mean to use the Export Adobe AIR package button.

What do they mean to Package the application as an Android package? Is that the same Export Adobe AIR package button? I don’t see .apk mentioned anywhere in Aptana.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T16:09:29+00:00Added an answer on May 21, 2026 at 4:09 pm

    Say you have an air app: HelloWorld.

    By application descriptor file they mean the HelloWorld-app.xml file, where you configure the behavior and basic display of your application (size, icons, etc.)

    By 2.5 namespace they mean, that you must have the current air (2.5 or higher) runtime. The current sdk release is the 2.6, downloadable from here.
    I’d suggest you to use the (currently latest) Flex Hero SDK though, which is already bound with the air2.5 runtime, this way you don’t need to merge the flex and air SDKs manually.

    Then you set up your environment to use this new air sdk, and from that point on, in your application descriptor xml the new version will be generated.

    By compiling they mean … well: compiling. making your code understandable by your machine. At this point mxmlc should be used (not compc). More about it here. An IDE usually does this in the background eg. on every save action, or right before running, so probably you shouldn’t bother.
    After compiling your code, you’ll have the proper swf (either debug-enabled or not) inside your bin or bin-release or bin-debug folder.

    By packaging the application into an Android package, they mean that you have to create an .apk file (that’s and application package used by android). You can create an apk file using the adt command:

    adt -package 
        -target apk 
        -storetype [yourstoretyp] 
        -keystore [yourkeystore] HelloWorld.apk HelloWorld-app.xml HelloWorld.swf 
    

    Note

    In your application descriptor the visible flag should be set to true:

    <visible>true</visible>
    

    Your androidManifest.xml file must be embedded into your air application descriptor xml. A sample embedded android manifest is:

    <application>
        [...]
        <android>
            <manifestAdditions>
                <![CDATA[
                    <manifest android:installLocation='auto'>
                        <uses-permission android:name="android.permission.INTERNET" />
                        <supports-screens android:normalScreens="true"/>
                        <uses-feature android:required="true" android:name="android.hardware.touchscreen.multitouch"/>
                        <application android:enabled="true">
                            <activity android:excludeFromRecents="false">
                                <intent-filter>
                                    <action android:name="android.intent.action.MAIN" />
                                    <category android:name="android.intent.category.LAUNCHER" />
                                </intent-filter>
                            </activity>
                        </application>
                    </manifest>
                ]]>
            </manifestAdditions>
        </android>
        [...]
    </application>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I apologize in advance for asking such a stupid question, but how do I
Such a simple concept but I'm struggling to express it ... apologies in advance
I apologize in advance for asking such a silly question, but I can't seem
Apologies in advance but I have never seen this error before and don't know
Apologies in advance for a policy, rather than a programming question, but given the
Apologies in advance if this is obvious, but I can't seem to find an
My apologies in advance if asked before but my searches were not fruitful. What
I apologize in advance about asking a so similar question, but i'm rather frustrated,
Apologies in advance for what's probably an obvious question but I don't want to
I apologize in advance for asking this question, I know similar questions have already

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.