标签:roi rac rmi source led -- class android term
gradlew compileDebug --stacktrace -info
在命令行中进入项目的根目录,或者可以在Android studio的Terminal中直接操作也可以,然后敲入一个命令:
gradlew compileDebug --stacktrace -info
或者:
gradlew compileDebug --stacktrace -debug
我直接用了这个命令,这个显示的错误信息最详细,建议你直接用这个,
gradlew compileDebugSources --stacktrace -info
gradlew compileDebug --stacktrace -info
标签:roi rac rmi source led -- class android term
原文地址:https://www.cnblogs.com/weizhxa/p/9950696.html