1. 程式人生 > >Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get m

Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get m

今天遇到一個奇葩的問題,蛋疼了半天,怎麼搞都搞不定,哎,那個無奈啊!

好吧,我用的是下面的1方法定位到了自己的錯誤

1、一般出現這個錯誤是自己當前新加的專案問題,可以嘗試選擇自己當前專案,選擇 Build - > Make Mode '當前所選專案' ,如果是這裡的問題,也會有詳細提示給你參考!

2、開啟Termianl ,輸入命令 gradlew compileDebug --stacktrace這個之後,會顯示一些具體出錯的資訊。

3、http://blog.csdn.net/itfootball/article/details/42126015