Book Image

Gradle for Android

By : Kevin Pelgrims
Book Image

Gradle for Android

By: Kevin Pelgrims

Overview of this book

Table of Contents (16 chapters)
Gradle for Android
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we introduced a few popular continuous integration systems, and explained how we can use them to automate building Android apps and libraries. You learned how to configure the CI systems to build Android projects using Gradle. Then we looked at several Gradle plugins to help us further automate the build and deployment processes, and we explained how to run tests automatically on the build server.

In the next chapter, we will look at some more advanced features of Gradle and optimizations for Gradle-based builds. We will also see how we can migrate a big Ant build configuration by using Ant tasks directly from Gradle, and porting them to Gradle in small steps.