gradlew compileDebug --stacktrace -info

Posted weizhxa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gradlew compileDebug --stacktrace -info相关的知识,希望对你有一定的参考价值。

gradlew compileDebug --stacktrace -info

 

在命令行中进入项目的根目录,或者可以在android studio的Terminal中直接操作也可以,然后敲入一个命令:

gradlew compileDebug --stacktrace -info
或者:

gradlew compileDebug --stacktrace -debug
  我直接用了这个命令,这个显示的错误信息最详细,建议你直接用这个,

gradlew compileDebugSources --stacktrace -info





以上是关于gradlew compileDebug --stacktrace -info的主要内容,如果未能解决你的问题,请参考以下文章

Gradle 构建不起作用:任务“:MyApp:compileDebug”执行失败

找不到 gradlew 命令?

gradlew 命令

gradlew:权限被拒绝

为啥 ./gradlew :processDebugUnitTestManifest 失败?

gradlew和gradle的区别