当前位置: 首页 > 工具软件 > stack-log > 使用案例 >

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more l

姬实
2023-12-01

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights

 

 

其实是让你去查看更多的log信息。找到你项目的根目录,比如你的项目是MyApplication,在dos命令下进入该目录执行

(或者在Android studio的Terminal下执行)

gradlew compileDebug --stacktrace

或者

gradle compileDebug --stacktrace

 

就可以看到更多的错误信息

 类似资料: