首页 > 其他 > 详细

Gradle 命令之 --stacktrace , --info , --debug 用法

时间:2017-05-12 20:01:27      阅读:1371      评论:0      收藏:0      [点我收藏+]
FAQ:

Android studio 出现错误Run with --stacktrace option to get the stack trace. Run with --info or --debu

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
 * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
19:09:16
我的电脑 2017/5/12 19:09:16
 

提示信息

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

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

gradlew compileDebug --stacktrace 

如果上面的命令不管用,可以使用下面的命令试试

gradle compileDebug --stacktrace 

可以看到很多错误的信息输出出来。


命令列表:
gradlew compileDebug --stacktrace  or
gradle compileDebug --stacktrace 
gradlew compileDebug --info
gradlew compileDebug --debug

Gradle 命令之 --stacktrace , --info , --debug 用法

原文:http://www.cnblogs.com/bluestorm/p/6846950.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!