【发布时间】:2014-03-25 16:35:55
【问题描述】:
我正在尝试为使用 ANE(AIR 本机扩展)的 Adobe AIR 库创建 ASDoc。 当我运行命令时出现此错误:
Error: Type was not found or was not a compile-time constant: ExtensionContex
【问题讨论】:
标签: air air-native-extension asdoc
我正在尝试为使用 ANE(AIR 本机扩展)的 Adobe AIR 库创建 ASDoc。 当我运行命令时出现此错误:
Error: Type was not found or was not a compile-time constant: ExtensionContex
【问题讨论】:
标签: air air-native-extension asdoc
我在another post 中找到了答案。
我已将-external-library-path "../frameworks/libs/air/airglobal.swc" 添加到命令中。
我在我的 Flex SDK bin 目录中执行 asdoc。
我使用 Flex 4.6.0 SDK 和 AIR 4.0.0。
【讨论】: