Gradle第五章:問題反饋

本文來源於:http://blog.csdn.net/maosidiaoxian/article/details/45664943

當你使用Gradle或其它軟件的時候或多或少都會遇到一些問題,或許是無法駕馭的新特性,或許是一些bug,又或是關於Gradle一些常見問題
When using Gradle (or any software package), you can run into problems. You may not understand how to use a particular feature, or you may encounter a defect. Or, you may have a general question about Gradle.

本章將給你一些解決問題的建議和如何獲取幫助
This chapter gives some advice for troubleshooting problems and explains how to get help with your problems.

5.1. 解決問題

5.1. Working through problems

當你遇到問題時,首先確認一下是否用的最新版本的Gradle.最新版本總是會更加的完善並且帶有更多的新特性.或許你的問題在最新版本中已經得到的解決. 
If you are encountering problems, one of the first things to try is using the very latest release of Gradle. New versions of Gradle are released frequently with bug fixes and new features. The problem you are having may have been fixed in a new release.

如果你採用守護模式運行,那麼嘗試用 --no-daemon來停掉守護模式.關於守護模式的更多內容可參閱 第 19章 , Gradle Daemon.
If you are using the Gradle Daemon, try temporarily disabling the daemon (you can pass the command line switch --no-daemon ). More information about troubleshooting daemon is located in Chapter 19, The Gradle Daemon.

5.2. 獲取幫助

5.2. Getting help

你可以去Gralde官方論壇http://forums.gradle.org來尋求一些幫助. 在這裏你可以和Gradle的開發人員以及其他社區人員進行交流.
The place to go for help with Gradle is http://forums.gradle.org. The Gradle Forums is the place where you can report problems and ask questions to the Gradle developers and other community members.

如果有什麼搞不定了,去論壇發帖是解決問題的最佳方式.或許這對我們而言也是一些良好的改進建議. 同時,開發團隊也會週期性的在論壇發佈一些帖子和發佈最新版本.這樣可以使你與Gradle開發團隊一樣時刻保持最新版本.
If something's not working for you, posting a question or problem report to the forums is the fastest way to get help. It's also the place to post improvement suggestions or new ideas. The development team frequently posts news items and announces releases via the forum, making it a great way to stay up to date with the latest Gradle developments.


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章