简单来说就是 1. Enable Configuration on Demand. 2. Use Gradle Daemon. 3. Newer versions of Gradle are faster, also Java 1.8 is faster than 1.6. Upgrade! 4. Avoid doing expensive things during the configuration phase. 5. Don’t use dynamic dependencies (“x.y.+”). 6. Parallelize the build.