When I was running the gradle clean command, I got the following message
gradle clean
Starting a Gradle Daemon, 1 busy and 6 stopped Daemons could not
Just add two lines in your gradle properties:
org.gradle.daemon=true org.gradle.parallel=true