android studio里面怎么查看详细的错误日志

在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

你可能感兴趣的:(android studio里面怎么查看详细的错误日志)