小编Jev*_*jev的帖子

Ant任务compc用于空气错误

我正在尝试从我写的源代码编译SWC,但由于某种原因我收到了这个错误:

[compc] Error: 'flash.events:StageOrientationEvent' is undefined.
[compc]
[compc] Error: 'flash.data:EncryptedLocalStore' is undefined.
[compc]
[compc] Error: 'flash.desktop:NativeDragActions' is undefined.
[compc]
[compc] Error: 'flash.desktop:NativeDragOptions' is undefined.
[compc]
[compc] Error: 'flash.events:NativeDragEvent' is undefined.
Run Code Online (Sandbox Code Playgroud)

并无法弄清楚如何解决它.

有任何想法吗?

UPDATE

t compc代码:

<compc debug="true" target-player="10.2" optimize="true" strict="true" as3="true" compute-digest="false" output="${outputFull}">
    <include-sources dir="./" includes="**/*.as" />
<compiler.library-path dir="${FLEX_HOME}/frameworks/libs" append="true">
        <include name="*"/>
</compiler.library-path>
</compc>
Run Code Online (Sandbox Code Playgroud)

apache-flex air ant actionscript-3

4
推荐指数
1
解决办法
2148
查看次数

标签 统计

actionscript-3 ×1

air ×1

ant ×1

apache-flex ×1