We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Improving Android Build performance

Formal Metadata

Title
Improving Android Build performance
Title of Series
Number of Parts
90
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
We all know a fast build makes for a happy developer. Unfortunately, as your project grows larger and more complex, its build will become slower if left unchecked. You’ve updated to the latest Android Plugin, but you’re still waiting more than you like, what do you do? Recent Gradle releases give you new capabilities to greatly improve your build speed. This session discusses how you can : - Identify performance bottlenecks with build scans - Fix common problems, like slow configuration time, tasks running when they shouldn’t, and builds that don’t parallelize well. - Benefit from incremental annotation processing