Use Adobe Air 3.3 SDK with Flash Builder

风流意气都作罢 提交于 2019-11-30 10:07:49

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/

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">

merge in terminal tar jxvf AdobeAIRSDK.tbz2 Replace AdobeAIRSDK.tbz2 with the path to the downloaded AIR SDK tarball eg /User/XXXX/Downloads Add the folder for the new player in SDK/frameworks/libs.player and call it 11.3 where you see 11.1 copy the playerglobal11_3.swc from http://www.adobe.com/support/flashplayer/downloads.html and dont forget to update the argument in flash builder to include swf-version=16 to get all the goodies And change the xml to target 3.3

if you use a mac ! do NOT overwrite the folder. it will not just copy new files, it will do a complete replace of the sdk folder. So please enter each folder and copy/replace each file. Looks strange but this is how "mac" works.

Some things never change, one of them is the lunar cycle, another is how Adobe perceives we should update AIR SDK's ...

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!