我正在尝试为使用 ANE(AIR 本机扩展)的 Adobe AIR 库创建 ASDoc。当我运行命令时,我收到此错误:
Error: Type was not found or was not a compile-time constant: ExtensionContex
我正在尝试为使用 ANE(AIR 本机扩展)的 Adobe AIR 库创建 ASDoc。当我运行命令时,我收到此错误:
Error: Type was not found or was not a compile-time constant: ExtensionContex
我在另一篇文章中找到了答案。我已经添加-external-library-path "../frameworks/libs/air/airglobal.swc"
到命令中。我在我的 Flex SDK bin 目录中执行 asdoc。我使用 Flex 4.6.0 SDK 和 AIR 4.0.0。