Wednesday, March 16, 2016

Quick Tip – Gradle and How It Works with Android Studio

Released in 2007, Gradle is a popular open-source automated build system that makes working on large projects easier. It’s based on concepts from its predecessors Apache Maven and Apache Ant, but uses a Groovy-based domain specific language (DSL) and Java, instead of XML.

Gradle speeds up the build process by skipping unnecessary re-execution of up-to-date projects part of larger project trees. It also makes adding different libraries to a project easier by using just one line of code.

Gradle is the official build system for Android Studio, and as Android Studio users, most Gradle configuration happens automatically for us. But I feel a basic understanding of how it works is useful to every Android Developer.

In this article I will give a quick overview of Gradle, how to use it and common problems.

Continue reading %Quick Tip – Gradle and How It Works with Android Studio%


by Deivi Taka via SitePoint

No comments:

Post a Comment