This document discusses building Android apps with Gradle. It introduces the motivation for moving to Gradle from Ant and the Eclipse ADT plugin by describing requirements for customization and support across IDEs and CI servers. Key aspects of Gradle covered include the Android plugin, build variants, product flavors, and customizing the build configuration. Demos show how to manipulate tasks and work with variants. The document also briefly outlines testing, dependencies, and ongoing work.