Tag: environment
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…
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…
Consolidating development environments – a Bash Magic tutorial
Jonathan Buch
23.07.2012
Developers have a tendency to not only work on a single project at once. Depending on those projects, there is a constant struggle to keep your programming environment in sync…