Gradle build slow on transformClassesWithDexForDebug
问题 Building my Android app takes about 90 seconds ( "fast" ), up to 3 minutes for each update to my code. It's a complete waste of time as it really and I assume a solution must be within reach. I tried investigating the issue and found different blog-posts and SO answers with suggestions, most of which I've tried. I have the gradle.properties file with org.gradle.deamon=true I run on Android Studio with Gradle Prefence to do offline work (improved, but still slow) I run on command line (which