Skip to main content
Participant
June 15, 2011
Question

terminal adl command causing descriptor version does not match runtime version

  • June 15, 2011
  • 1 reply
  • 968 views

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

This topic has been closed for replies.

1 reply

Participant
July 19, 2011

I got thesame error. I don't know what kind of testing they did beofre they released this.

chris.campbell
Legend
July 19, 2011

Have you installed any earlier versions of the AIR SDK? If so, this could be a path issue. What output do you get when you run the command: "adt -version"?

Chris