Hi, I am trying to add AIR 2.5 SDK into my FLashBuilder, (I am on a Mac) I did copy the SDK 4.0 folder, over-write with AIR25_mac_sdk_20100617.tbz2 but I am still got this error "Directory does not contain a Flex SDK" anyone can help me?
here is the steps I followed: ************************************************************ How to overlay the Adobe AIR SDK for use with the Flex SDK 1. Copy the contents an existing Flex SDK folder to a new folder. For example, in Flex Builder, copy the following folder located at: * Windows: c:\Program Files\Adobe\Flex Builder 3\sdks\3.2.0 * Mac OS: /Applications/Adobe Flex Builder 3/sdks/3.2.0 2. Download the appropriate AIR SDK file for your operating system and save it to the root folder of the Flex SDK. * Windows: AIR20_win_sdk_XXXXXX.zip * Mac OS: AIR20_mac_sdk_XXXXXX.tbz2 3. Extract the contents of the AIR SDK archive and overwrite the existing SDK files in the copied folder. * Windows: Right-click on the ZIP file and select "Extract All" or use the decompression tool of your choice. * Mac OS: In Terminal, cd to the root folder of the Flex SDK and run this command: * tar jxvf AIR20_mac_sdk_XXXXXX.tbz2 If you have trouble overwriting files due to file permissions, try this command sudo tar jxvf AIR20_mac_sdk_XXXXXX.tbz2 4. In Flex or Flash Builder, open the Properties dialog and choose the Flex Compiler page 5. Click the Configure Flex SDKs... link 6. Add the combined Flex and AIR 2 SDK folder created above 7. Use this SDK for any projects accessing AIR 2 APIs. ******************************************************************************** Willy 617-606-3437 ---------------------------------------------------------------------- 6 X 9 = 42 http://www.wolframalpha.com/input/?i=meaning+of+life ----------------------------------------------------------------------

