© Ted Hagos 2019
Ted HagosAndroid Studio IDE Quick Referencehttps://doi.org/10.1007/978-1-4842-4953-6_8

8. Gradle

Ted Hagos1 
(1)
Manila, National Capital Region, Philippines
 
What this chapter covers:
  • The Android build process

  • Gradle files

  • Dependencies

  • The Android Support Library

The Build Process

Building an APK or a bundle requires many involved steps. Figure 8-1 roughly illustrates the process.

Note

A bundle is a newer format for delivering Android executables. I’ll talk about bundles a bit more in Chapter 12.

An app is a combination of loosely related Java source files, XML configuration files, UI definitions in XML, and more. Then it goes through compilation; there are resource compilers and the Java compiler. There are also libraries and other dependencies ...

Get Android Studio IDE Quick Reference: A Pocket Guide to Android Studio Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.