To test the app on desktop (before building for android), you can run.
ant all
python app/main.py
To test on android, make sure you have buildozer installed and functionnal and run.
buildozer android debug deploy run logcat
This repository uses github actions to produce an apk you can download and run.