【发布时间】:2013-07-15 20:57:59
【问题描述】:
我刚刚下载了 qt-creator 2.8 并尝试部署我当前的 android 项目只是得到错误::-1: error: Packaging Error: Command '/usr/bin/ant clean debug' failed.Exit code: 1
我手动运行了 ant clean 和 ant clean debug,它们运行良好。我还使用 qt-creator 2.7.1 成功部署了相同的项目,所以我认为它不是 java 文件问题,而是与 Qt-creator 相关的问题。无论项目如何,都会重现相同的错误,即使使用 qt hello world 也是如此。我试过删除所有的 build 和 android 文件夹并重建,但这也没有用。
有谁知道为什么它不起作用?
我的系统是:3.8.0-23-generic #34-Ubuntu SMP Wed May 29 20:22:58 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
【问题讨论】:
标签: android c++ qt ant qt-creator