美文网首页
android studio里面怎么查看详细的错误日志

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

作者: Freedoom_Afa | 来源:发表于2019-04-10 11:05 被阅读0次

    在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里面怎么查看详细的错误日志

          本文链接:https://www.haomeiwen.com/subject/adxniqtx.html