Zurück zum Blog

Tag: build-types

Android: Installing multiple variations of the same app on one device

Tobias Knell

01.12.2016
This post is bit of a follow up to my last post on how to build an app for multiple environments and local development using build types and product flavors. We…
Weiterlesen

Android: Building APKs for different environments using build types and product flavors

Tobias Knell

17.08.2016
Different build types in android can be used to build the same application with different configurations. This can be predefined config values like ‘debuggable’, but you can also define your…
Weiterlesen