Use Adobe Air 3.3 SDK with Flash Builder

adobeairflash

Adobe Air SDK V3.3 was finally released june 8th 2012 and can be downloaded here: http://www.adobe.com/products/air.html

Now I am trying to use it within Flash Builder V4.6 by 'overlaying' the Adobe Air 3.3 SDK over a copy of the Flex V4.6.0 SDK in /Applications/Adobe Flash Builder 4.6/sdks/4.6.0/
Once I try to configure the overlayed SDK the Flash Builder complains that 'Directory does not contain a Flex SDK'

Anybody an idea on how to successfully get Flash Builder to use Adobe Air V3.3 SKD?

Best Answer

For MAC users the best way is to copy the 4.6.0 folder and rename it in "4.6.0 + 3.3" Then extract the AdobeAIRSDK.tbz2 file, go in it and rsync the content to the new sdk folder.

rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0\ +\ 3.3/
Related Topic