*本章未完,還在進行中*
當你在使用 Gradle 途中有任何問題,請看本章如何解決
## [](https://github.com/waylau/Gradle-2-User-Guide/blob/master/Chapter%2005.%20Troubleshooting%20%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3.md#51-working-through-problems-處理問題)5.1\. Working through problems 處理問題
當你遇到問題,首先是更新到最新版本。最新版一般是修復了 bug 和添加了新特性。
如果您使用的是 Gradle Daemon 守護進程,嘗試暫時禁用該守護進程(您可以通過命令行 --no-daemon)。有關故障排除的守護進程的更多信息,位于[Chapter 19\. The Gradle Daemon 守護進程](https://github.com/waylau/Gradle-2-User-Guide/blob/master/Chapter%2019.%20The%20Gradle%20Daemon%20%E5%AE%88%E6%8A%A4%E8%BF%9B%E7%A8%8B.md)
## [](https://github.com/waylau/Gradle-2-User-Guide/blob/master/Chapter%2005.%20Troubleshooting%20%E9%97%AE%E9%A2%98%E8%A7%A3%E5%86%B3.md#52-getting-help-獲取幫助)5.2\. Getting help 獲取幫助
在線論壇[http://forums.gradle.org.](http://forums.gradle.org./)?可以提問或者建議。
如果有任何問題,發布一個問題到論壇報告是獲得幫助最快的方法。這也是后期的改進建議或新思想的地方。開發團隊經常通過論壇發布新項目和消息宣布,這是讓它 跟 Gralde 的開發保持最新的一個偉大的方式。
- 關于
- 第1章 Introduction 介紹
- 第2章 Overview 總覽
- 第3章 Tutorials 教程
- 第4章 Installing Gradle 安裝
- 第5章 Troubleshooting 問題解決
- 第6章 Build Script Basics 構建腳本的基礎識
- 第7章 Java Quickstart 快速開始 Java
- 第8章 Dependency Management Basics 依賴管理的基礎知識
- 第9章 Groovy Quickstart 快速開始 Groovy
- 第10章 Web Application Quickstart 快速開始 Web 應用
- 第11章 Using the Gradle Command-Line 使用 Gradle 命令行
- 第12章 Using the Gradle Graphical User Interface 使用 Gradle 圖形化用戶界面
- 第13章 Writing Build Scripts 編寫構建腳本
- 第14章 Tutorial - 'This and That' 教程-這個那個
- 第15章 More about Tasks 更多關于任務
- 第16章 Working With Files 跟文件工作
- 第17章 Using Ant from Gradle 從 Gradle 使用 Ant
- 第18章 Logging 日志.md
- 第19章 The Gradle Daemon 守護進程
- 第20章 The Build Environment 構建環境
- 第21章 Gradle Plugins 插件
- 第22章 Standard Gradle plugins 標準 Gradle 插件
- 附錄E Existing IDE Support and how to cope without it 支持的 IDE 以及如何應對沒有它