Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Adobe Air 3.3 SDK with Flash Builder

Tags:

flash

air

adobe

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?

like image 839
rcoenen Avatar asked Dec 04 '22 03:12

rcoenen


1 Answers

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/
like image 137
DamsV Avatar answered Dec 23 '22 10:12

DamsV