Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Understanding Build Variants

Donn Felker
February 26, 2015

Understanding Build Variants

. Learn how to develop, free and pro versions of your applications. How to perform debug only configurations and how to use Build Variants in your day to day Android Development.

Donn Felker

February 26, 2015
Tweet

More Decks by Donn Felker

Other Decks in Programming

Transcript

  1. Donn Felker @donnfelker 4 Time Android Book Author Co-Host of

    Fragmented Podcast donnfelker.com | caster.io
  2. No, for real, what are they? Build variants allow you

    to quickly create different versions of your app from the same source code. Kinda.
  3. We all love free stuff. If you like it, first

    ones on the house. AKA: Trials (aka: drug dealer model)
  4. Android Manifest Values Update the manifest at build time with

    the manifest merger branch: manifest-placeholders
  5. There is a lot more, but that should get you

    going in the right direction.