I'm trying to overlay new AIR 3.8 SDK over the Apache Flex SDK that comes with 3.4
I'm using FB 4.7 and the apache flex sdk download you can get here: https://flex.apache.org/installer.html
So, the thing is even though I downloaded it yesterday It seems to come with Adobe AIR 3.4 but I need to have 3.8
So.... then I went and downloaded the AIR SDK for Mac WITHOUT the new compiler, you'll see the special Flex link below here: http://www.adobe.com/devnet/air/air-sdk-download.html
I then overlayed the Air SDK over the SDK the flex downloader put together for me... I copy+pasted the folder and said "keep newer" that seemed to be the best way to do it I could find online...
So now my issue is that when I set the namespace to 3.8 I get a compile error saying "error 102: Invalid namespace http://ns.adobe.com/air/application/3.8"
BUT when I set the namespace back to 3.4 now it get an error telling me that I need to set the namespace to 3.8.... but when I do that it says I get the previous error...
So what's going on here? Has anyone know what I'm doing wrong?
error 102: Invalid namespace http://ns.adobe.com/air/application/3.8
This is pretty strange. I've overlayed a new AIR SDK before, but I'm guessing something about the overlay process could be different with Apache Flex - brybam