I had a working AIR-Project using this configuration:
- Win 7 64 bit
- Flex SDK 4.0.0
- AIR 1.5.3
However, I needed to include a C++ library in the project and therefore update to AIR 2.0 or newer (at least I was told AIR 1.5 does not support calling native processes or C++ libraries).
I tried updating both, the AIR version only or the Flex SDK including a newer AIR version - however, all update atempts led to the following error:
Process terminated unexpectedly.
initial content not found
Launch command details: "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\bin\adl.exe" -runtime "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\4.5.0\runtimes\air\win" "<root>\TestAirVersion\bin-debug\TestAirVersion-app.xml" "<root>\TestAirVersion\bin-debug"
As you can see the above error occured using Flex SDK 4.5.0 and AIR 2.5.0 - but a similar error is thrown by any configuration above AIR 2.0 (both in Flash Builder or by calling the ADL manually).
The project descriptor was updated (<application xmlns="http://ns.adobe.com/air/application/2.5">) and the SDKs were put in the Adobe Flash Builder4\sdks\xxx directory - did I miss something? (the project above is an empty test-project!)
I also discovered that the AIR runtimes 2.0 and later include a Template.exe and a template.msi in the \Resources\ directory. If I run these, I get a
Source file not found: C\ <...> \Resources\REPLACE. Verify that the file exists and that you can access it.
Error (template.msi) - Template.exe leads to an invalid-application error - are these supposed to work?
Thanks in advance!