How To… Speed up Gradle build time » Tim Roes
If you use the new Gradle build system with Android (or Android Studio) you might have realized, that even the simplest Gradle call (e.g. gradle project or grade tasks) is pretty slow. On my computer it took around eight seconds for that kind of Gradle calls. You can decrease this startup time of Gradle (on my computer down to two seconds), if you tell Gradle to use a daemon to build.
Read full article from How To… Speed up Gradle build time » Tim Roes
No comments:
Post a Comment