co-maps/android/HOW_TO_USE_GRADLE.txt
2025-11-22 13:58:55 +01:00

11 lines
430 B
Text

To build, install and run e.g. a Web Debug version on your device/emulator: './gradlew runWebDebug'
Or to compile a redistributable Fdroid Test apk for testing: './gradlew assembleFdroidBeta'
Or to build test apks for all flavors: './gradlew assembleBeta'
To see all available build targets './gradlew tasks'
To remove all intermediate build files run './gradlew clean'
See ../docs/INSTALL.md for more detailed instructions.