http://ns.adobe.com/air/application/3.6 : URI not registered?
Ahh,
Just updated to AIR 3.6, and in attempting to use the SDK in an app, as in:
<application xmlns="http://ns.adobe.com/air/application/3.6">
...I get the old error, URI is not registered.
Why is this again?
Bear in mind, I have correctly overlayed AIR 3.6, and have it installed as an SDK in Intellij. In fact, I can compile, but the app doesn't function as expected, etc...
Thanks!
adq
Please sign in to leave a comment.
You can register URI manually pointing to [AIR SDK]/templates/air/Descriptor.3.6.xsd or update to IntelliJ IDEA 12.1 EAP. Note that this only affects highlighting of your descriptor file in the IDE editor. It doesn't affect compilation/packaging/running/whatever, so it won't fix your app functionality.