gradle 命令之 --stacktrace , --info , --debug 用法
faq:
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
提示資訊
1run with --stacktrace option to get the stack trace. run with --info or --debug option to get
more
log output.
1
gradlew compiledebug --stacktrace
如果上面的命令不管用,可以使用下面的命令試試
1
gradle compiledebug --stacktrace
可以看到很多錯誤的資訊輸出出來。
命令列表:
gradlew compiledebug --stacktrace or
gradle compiledebug --stacktrace
gradlew compiledebug --info
gradlew compiledebug --debug
下面介紹一些gradle中常用的命令操作
##最後
此處只是一小部分gradle的基礎使用總結,更多的gradle使用方式請戳這裡gradle user guide
ref:
chapter 4. using the gradle command-line
快速的React Native開發方法
從某些方面來看,目前rn只給擁有mac電腦的開發者提供了跨平台開發應用的能力,因為使用windows並不能開發ios應用.還有一些問題是ios 程式設計師不會配置android的編譯環境,而android程式設計師對xcode也不了解,對於沒有接觸過移動開發的前端同學來講.因為搭建rn開發環境的問題...
快速的React Native開發方法
從某些方面來看,目前rn只給擁有mac電腦的開發者提供了跨平台開發應用的能力,因為使用windows並不能開發ios應用.還有一些問題是ios 程式設計師不會配置android的編譯環境,而android程式設計師對xcode也不了解,對於沒有接觸過移動開發的前端同學來講.因為搭建rn開發環境的問題...
快速的React Native開發方法
從某些方面來看,目前rn只給擁有mac電腦的開發者提供了跨平台開發應用的能力,因為使用windows並不能開發ios應用.還有一些問題是ios 程式設計師不會配置android的編譯環境,而android程式設計師對xcode也不了解,對於沒有接觸過移動開發的前端同學來講.因為搭建rn開發環境的問題...