Changes

An Overview of Gradle in Android Studio

1 byte added, 13:54, 21 July 2014
Running Gradle Tasks from the Command-line
</pre>
56.7 == Summary==
For the most part, Android Studio performs application builds in the background without any intervention from the developer. This build process is handled using the Gradle system, an automated build toolkit designed to allow the ways in which projects are built to be configured and managed through a set of build configuration files. Whilst the default behavior of Gradle is adequate for many basic project build requirements, the need to configure the build process is inevitable with more complex projects. This chapter has provided an overview of the Gradle build system and configuration files within the context of an Android Studio project. The next chapter, entitled An Android Studio Gradle Build Variants Example will take this a step further in the form of using Gradle to build different versions of the same application project.