I'm using Flash Builder 4.7 with Air SDK 16.0 (I've followed this tuto : http://www.adobe.com/devnet/air/articles/ane-android-devices.html to update the SDK and generate my ANE)
I'm developing an Air Native Extension which is compiled just fine but when I try to test it on a Flex Mobile application
I updated the application descriptor to match the Air SDK :
<application xmlns="http://ns.adobe.com/air/application/16.0">
But I got this error when I run it :
Invalid application descriptor: Unknown namespace http://ns.adobe.com/air/application/16.0
Or when I export it :
error 102: Invalid namespace http://ns.adobe.com/air/application/16.0
I really don't know what is happening here, can you help me ?