Tag: build
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…
Building Android projects with Maven – Part 1: Setup
Tobias Knell
13.09.2013
Building and managing Android projects with maven is not as easy as it could be. So in this blog, I’ll show you how we managed to get it work nicely.…
Schöner schaukeln mit Gradle?
Oliver Messner
07.11.2011
Die Konstruktion qualitativ hochwertiger Software setzt den Einsatz geeigneter Prozesse und Werkzeuge voraus. Von essentieller Bedeutung hinsichtlich der Qualität des Produkts ist der Build-Prozess: eine definierte Folge von Schritten die…
Maven 2: Inheritance before Interpolation
Marc Kannegiesser
27.10.2010
Some days ago I came along a problem with our beloved build tool Maven2. Since this was the first real problem with the tool I could not solve or find…