terminal adl command causing descriptor version does not match runtime version
Hi,
I need to debug an AIR application from the terminal with adl. I currently have AIR 2.7 SDK and FLEX 4.1 SDK installed. I have double checked and reinstalled the SDK and PATH variables. In FB everything works its only in the terminal I am getting the error
invalid application descriptor: descriptor version does not match runtime version
I have seen lots of posts about this and usually its some SDK configuration issue. Just to verify my descriptor is
<application xmlns="http://ns.adobe.com/air/application/2.7">
I have also tried
<application xmlns="http://ns.adobe.com/air/application/2.7" minimumPatchLevel="19480">
as the runtime installed version is
<key>CFBundleVersion</key>
<string>2.7.0.19480</string>
But if I am looking at the right runtime install?
This is the same path I have for the SDK in FB where everything works. Anyone has any ideas?
best,
Jonas
