*本章未完,还在进行中*
当你在使用 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 以及如何应对没有它