Top "Gradle-daemon" questions

To run dex in process, the Gradle daemon needs a larger heap. It currently has approximately 910 MB

I am getting this Gradle error every time I run my app. The error is: To run dex in process, …

android android-studio gradle-daemon
Kill all Gradle Daemons Regardless Version?

Summary I would like to know how to kill every single gradle daemon and process running on a machine regardless …

java gradle gradle-daemon
android studio Error:Unable to start the daemon process

Version of Android Studio 2.2 OS version: Windows 10 Java JRE/JDK version: 1.8.0_51 Error:Unable to start the daemon process. This problem …

java android jvm user-guide gradle-daemon
High memory usage by gradle daemon

I am using Gradle 2.5 to compile a Java project which consists of 5 modules. In order to speed things up I …

java gradle gradle-daemon
How to disable Gradle daemon in IntelliJ Idea?

I need to disable the Gradle daemon in IntelliJ Idea, because somehow Scala plugin is not working with the daemon (…

java scala intellij-idea gradle gradle-daemon
Gradle Daemon could not be reused

I am trying to run a react native project but I see an error saying "Starting a Gradle Daemon, 14 busy …

react-native gradle gradle-daemon
"Starting a new Gradle Daemon for this build (subsequent builds will be faster)"... every time

I use Gradle 2.10 on Ubuntu 16.04.1 LTS I was getting told "This build could be faster, please consider using the Gradle …

ubuntu gradle gradle-daemon
Create New Project Android Studio 0.2.3 - Unable to start Gradle daemon process

I'm having serious problems with Android Studio. I have totally uninstalled Android Studio, and any copies of Eclipse on my …

android-studio gradle daemon gradle-daemon
How to use/start the gradle daemon on a Mac?

Every time I execute a gradle command on Mac I get a message saying: "This build could be faster, please …

gradle gradle-daemon
Jenkins Builds Fail Using the Gradle Daemon

While trying to improve performance of my Gradle Android builds, I stumbled across the Gradle Daemon, and have been using …

jenkins gradle continuous-integration android-gradle-plugin gradle-daemon