【发布时间】:2014-07-26 01:50:46
【问题描述】:
我目前正在使用一个自定义的 build.xml,它使用 ant 配置 ProGuard,但是在运行时我遇到了一些问题:
>ant clean release
从命令提示符。
具体来说,
1) “无法从资源 anttasks.properties 加载定义。找不到。”
2) “无法从资源 emma_ant.properties 加载定义。找不到。”
3)“问题:未能创建任务或类型设置”行设置[import =“false”/],其中括号实际上是。
我的 build.xml 文件可以在以下链接中找到:
(http://pastebin.com/SZXesU8P)
非常感谢任何帮助!
瑞恩
【问题讨论】: