Howto
Use AIR 2.0 SDK with Flex 4.0
Nov 21st
As you may have heard, AIR 2.0 (codename “Athena”) is now available on Adobe Labs. I won’t make you a list of all the cool new features, everything is well explained here. I’m going to show you a way to merge Flex 4.0 sdk with AIR’s which was kind of a pain for me : I tried a few commands like “mv -v”, “tar” (using the linux release), I even tried to do it manually. None of them worked, so I asked on the Adobe official forum and I discovered ditto (remember, I’m using MacOs X) :
ditto air_sdk flex_sdk
And voila! air_sdk folder’s content will be merge with flex_sdk’s (existing files are replaced). Now it’s working and I already had fun playing with Native API :
Blog post coming soon!
