Skip to main content
May 30, 2011
Question

Develop for AIR 2.7

  • May 30, 2011
  • 1 reply
  • 1119 views

Hello all! Some problem: how I can start develop AIR applications for version 2.7? I download AIR, AIR SDK, but what I want do with SDK? When I change application.xml to "<application xmlns="http://ns.adobe.com/air/application/2.7">", the compiler show error: Invalid application descriptor: Unknow namespace: http://ns.adobe.com/air/application/2.7. What is it?

This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Inspiring
June 15, 2011

I found a way to use the emulator for iOS (and possibly package) :

Copy the Flash Builder 4.5\sdks\4.5.0 folder to an other place. Overwrite the content of that copy with the AIR sdk.

You will now be able to compile and use the IOS emulator in command line (be sure that ADT and ADL are in the path variable).

Your command line will look like this :

adl  -runtime "COPY_FOLDER\runtimes\air\win" -profile mobileDevice  -screensize 700x862:700x900 -XscreenDPI 72 -XversionPlatform IOS  FULL_APP.XML_PATH FULL_PROJECT_bin-debug_PATH

I didn't  try the packager for now cause I don't have a valid iOS certificate, but  you will have to use adt instead of ADL and export your project to the  AIRI format.

I hope Adobe will simplify the process SOON....