android studio里面怎么查看详细的错误日志
2019-04-10 本文已影响0人
Freedoom_Afa
在Android studio的Terminal中直接操作:gradlew compileDebug --stacktrace
gradlew compileDebug --stacktrace -info或者gradlew compileDebug --stacktrace -debug
gradlew compileDebugSources --stacktrace -info
gradlew compileDebugSources查看错误
详情参考这篇博文:http://blog.csdn.net/runner__1/article/details/53482565