将 AIRKinect NativeExtension 集成到项目中时遇到问题,-extdir 目录错误
我正在尝试使用 AIRKinect NativeExtension 创建一个演示项目。我正在 Mac OSX 10.6.8 上的 FDT5 中使用 Flex 4.6、AIR 3.1
我已经安装了自述文件中的所有内容(来自 在 GitHub 上发布代码)并尝试使用 本教程 让 NativeExtension 在我的 AIR 项目中正常工作。
当我在成功编译 swf 后尝试运行 ADL 时,从 -extdir 参数中收到错误:
-extdir 参数必须指定现有目录
我已经尝试了包含解压缩的 .ane 和解压缩的 .ane 本身的目录的路径。
I'm trying to create a demo project using the AIRKinect NativeExtension. I'm using Flex 4.6, AIR 3.1 building in FDT5 on Mac OSX 10.6.8
I've installed everything in the ReadMe (from the release code on GitHub) and tried to use the instructions from this tutorial to get the NativeExtension working in my AIR project.
When I try to run the ADL after successfully compiling the swf, I get an error from the -extdir parameter:
The -extdir argument must specify an existing directory
I've tried a path to the directory containing the unzipped .ane and the unzipped .ane itself.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我和你的处境完全相同,试图让这个工作正常进行。
联系PowerFlasher后,目前FDT 5中不支持桌面的原生扩展,将在5.1版本中引入
http://bugs.powerflasher.com/jira/browse/FDT-2504
I am at the exact same point as you with attempting to get this working.
After contacting PowerFlasher, there is currently no support for native extensions for desktop in FDT 5. It will be introduced in version 5.1
http://bugs.powerflasher.com/jira/browse/FDT-2504