0

I'm packiging AIR app both on Mac and on Windows. On Mac everything goes well, but on Windows I get an error.

Myapp-app.xml: error 102: Invalid namespace http://ns.adobe.com/air/application/2.5

I have latest SDK's installed on both machines, although Flash Builder is newer on Mac. Does the Flash Builder version even matter?

Ska
  • 6,658
  • 14
  • 53
  • 74

1 Answers1

1

Flash Builder version will affect your build if you don't specify manually the location of the Air 2.5 SDK. By default, I believe FB 4.5 always points to 2.5, but 4.0 points to 2.0.

J_A_X
  • 12,857
  • 1
  • 25
  • 31
  • I'm doing it from command line, does FB still have the effect? How do I point to the correct SDK within the command line parameter, do you have an example? I find the ADT command line params pretty confusing. – Ska May 18 '11 at 13:54
  • Oh, you're probably not using ADT from the Air 2.5 SDK. Just get the Air 2.5 (or 2.6) sdk from Adobe and run adt from the bin folder. – J_A_X May 18 '11 at 14:00
  • True, I had correct path on Mac but missed framework and framework\air paths on Windows. – Ska May 19 '11 at 16:16