alebianco / ANE-Google-Analytics

Air Native Extension for Google Analytics on iOS and Android
http://alebianco.github.io/ANE-Google-Analytics/
MIT License
133 stars 44 forks source link

NativeGATracker-v2.0.4.ane [META-INF/ANE/extension.xml]: error 102: Invalid namespace http://ns.adobe.com/air/extension/4.0 #37

Closed ebhoren closed 10 years ago

ebhoren commented 10 years ago

Error when compiling my application with AIR 3.7 using FB 4.7. I'm using release build v2.0.4.

Any ideas how to solve this? Thanks

aduros commented 10 years ago

Upgrade to AIR 4.0?

ebhoren commented 10 years ago

Not an option on the project i'm working on.

alebianco commented 10 years ago

In order to support the latest AIR i cannot downgrade the namespace for the extension. And i cannot downgrade the version of AIR supported since it will block any app being released for iOS.

You have 2 choices: 1) use an earlier version of the extension, and lose some features 2) check out the code, change the extension namespace and build your own version (kindly brought to you by the gods of opensource)

ebhoren commented 10 years ago

I've use option 2 and it work. Thanks