我正在开发一个Android应用程序,每次运行它,都会收到以下消息:
:module:someTask FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':module:someTask'.
> some message here... finished with non-zero exit value X
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: Y.ZZ secs
我已经尝试清理和构建项目,但是错误仍然存在。
我已经看到回答说启用Multidex或增加堆大小,但是我确定我都不需要任何解决方案。
我该怎么解决?
慕侠2389804