Skip to content
Peter edited this page May 7, 2014 · 8 revisions

Building

Using Android-Studio opening the root folder as a project works out of the box. From the command line, you can generate the APK with

./gradlew packageGoogleDebug

Of course, all the other Android-Plugin related gradle tasks are available from the command line too.

Version Control

Git with Vincent Driessen's branching model.

Clone this wiki locally