简体   繁体   English

带有Air Native Extension(ANE)的Air应用程序中的无效/未知名称空间

[英]Invalid / Unknown namespace in Air application with Air Native Extension (ANE)

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) 我将Flash Builder 4.7与Air SDK 16.0结合使用(我遵循了此教程: http : //www.adobe.com/devnet/air/articles/ane-android-devices.html来更新SDK并生成我的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 我正在开发一个可以很好地编译的Air Native Extension,但是当我尝试在Flex Mobile应用程序上对其进行测试时

I updated the application descriptor to match the Air SDK : 我更新了应用程序描述符以匹配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 ? 我真的不知道这里发生了什么,您能帮我吗?

我只是从头开始,卸载Flash Builder并更新SDK:它现在可以正常工作,所以我想我在某个地方搞砸了……不过,感谢您的所有见解!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM