How to update Adobe Flash Builder 4.6 to AIR 3.5 SDK
Using these guidelines and elsewhere pages, I managed to update my installation. Thank you all, below are the details.
Download AdobeAIRSDK.tbz2 from http://www.adobe.com/special/products/air/sdk/
Decompress & untar the files (double click will do).
Navigate to /Applications/Adobe\ Flash\ Builder\ 4.6/sdks
Copy the existing 4.6.0 sdk folder and rename it as you wish. (e.g. 4.6.0_AIR3.5)
Navigate to the extracted AdobeAIRSDK folder and use rsync:
rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.6/sdks/4.6.0_AIR3.5/
Check these files (inside frameworks folder) for references to the old player and version entries:
- air-config.xml
- airmobile-config.xml
- flex-config.xml
Update xml files:
<target-player>11.5</target-player>
<swf-version>18</swf-version>
In Flash Builder go to Preferences > Flash Builder > Installed Flex SDKs, add the new 4.6.0_AIR3.5 path, give it a name and make it the default sdk if you wish.
Don't forget to update your project xml namespace:
<application xmlns="http://ns.adobe.com/air/application/3.5">