I am developing Android applications with Android Studio 2.0. I read in a lot of blogposts that enabling the gradle daemon should increase the build performance drastically.
My problem is, that I do not know how to check if the daemon is running. I added the line
org.gradle.daemon=true
to the gradle.properties
file but Android Studio shows me a unused property
warning, so I am not sure if the daemon is actually running. How can I find out if the daemon is actually running?