Skip to content

Installation Android

ManuelKlettner edited this page May 27, 2021 · 10 revisions

Important

  • Have a look at the required Dependencies first. The app will not work otherwise.

Installation option 1 (easy)

Click here and choose the latest release or scan the QR-Code.

Click on Assets, pick the app-release.apk file and download ⬇️ it. This file should be compatible with every android phone. Once the file is downloaded to your phone, click it to install the app. A warning will popup as this app was not downloaded from the app store. If you ignore this warning, the app will install, and you're done. Once the app is installed you can delete the .apk file, it is not needed anymore.
If you have already installed a previous version of the app, a warning might occur which states, that it was not able to install the new version because of a conflict. In that case you should deinstall the old version and try again, as it is not compatible with the new one (e.g. breaking changes between v2.x.x and v3.x.x).

Installation option 2 (compile the app by yourself)

First you need to clone this repository with Git. The app is written in Dart with the help of googles Flutter framework. To compile the app you need to set up Flutter if you haven't done so already. If you have never used Flutter before, there is a good installation guide and documentation available. After Flutter is set up, run flutter build apk or flutter build apk --split-per-abi in your terminal to create the apk files.

Next Steps

Have a look at getting started to find additional information on how to setup the app correctly.

Clone this wiki locally