Building AIR with FDT
Sunday 27 January 2008 – Filed under: Flash – 4 Comments
It’s been a while, but I had some spare moments lately to testdrive both FDT and the latest beta of AIR.
The cool thing about FDT is that it enables you to develop, test and package AIR applications straight from the Eclipse IDE. This process is explained in detail on the Powerflasher site. However, the Ant build script provided there does not work with the latest version of the Flex 3 SDK.
I corrected the XML build file and tried to post the corrections on the Powerflasher site. Unfortunately, their CMS filters comments quite rigorously, so my corrections never actually appeared there.
So, if you are interested in developing AIR with FDT, first follow the instructions on the Powerflasher blog and then use this Build_AIR.xml file for testing and packaging your project. Enjoy!
Please make sure you double check he SDK path properties in the XML file and the certificate properties you wish to use. For instance, I work on a Mac, so, if you work on Windows, make sure you add .exe to the name of the Air debug launcher:
<property name="adl" value="${sdk_dir}/bin/adl" />
into:
<property name="adl" value="${sdk_dir}/bin/adl.exe" />
« previously: Adobe MAX 2007 next: No custom headers for Flash file upload. Why? »
4 Responses
Leave a Reply
Recent Articles
- Running Google Chrome OS under Parallels
- AS3 Tweetr library suffers from the Twitpocalypse bug
- Digital TV on Mac Mini, part 2
- Digital TV on Mac Mini, part 1
- New bike
- FLV Player 2.0.25 released
- No custom headers for Flash file upload. Why?
- Building AIR with FDT
Advertisement
Categories
- Art & Design (4)
- Flash (38)
- FLV Player (9)
- Software (17)
- User Experience Design (3)
- Various (10)
- Work (6)
Wednesday 9 April 2008 at 10:38
Martijn de Visser,
You Rock!!! Thanks for posting this man. Massive! This post saved me some time setting up my new coding environment in FDT. Reespek!
Cheers,
Sam
Wednesday 19 November 2008 at 22:36
[...] eclipse omgeving. In de build.xml zit echter nog wel een fout. Op de blog van Martijn de Visser (http://www.martijndevisser.com/blog/2008/building-air-with-fdt) staat uitgelegd wat er verandert moet worden in de [...]
Saturday 30 May 2009 at 23:33
[...] up to date and has an incorrect app-descriptor xml. the up to date problem was (almost) soved by Martijn de Visser. well that was not all to get it running. you can download the source of a working project here: [...]
Friday 25 September 2009 at 14:50
[...] http://www.martijndevisser.com/blog/2008/building-air-with-fdt/ [...]