I have an application that was written for AIR 1.5.3 with Flex SDK 3.5. I need it to use NativeProcess to coummunicate with an exe. So I changed the Flex SDK to 3.6 and the AIR version in the xml descriptor file to 2.5, it reads:
<application xmlns="http://ns.adobe.com/air/application/2.5">
I also added the versionLabel and versionNumber entities to the xml. The application compiles and runs fine. However the NativeProcess class still can't be imported from flash.desktop. What am I missing here?
EDIT: I also have extendedDesktop in the supportedProfiles in the app descriptor.