FRONTEND Android Application
*.apk can be found in the folder /app/ and is named app-release.apk This file can be directly installed on an Android device - only prerequisite is that in the settings the option 'unknown sources (allow installation of applications from both trusted and unknown sources' is enabled.
Develop local - Prerequisites
- Android Studio
- Open Android Studio and choose 'Open an existing Android Studio project'
- Browse to the folder of the source code and open the build.gradle file. Choose the option 'use default gradle wrapper (recommended)' and proceed.