Hi, thanks for the superb AAPS docs.
For most users, the Android Studio build instructions and the new browser build are already great, but for people familiar with the command line, the experience could be improved with CLI build instructions.
The main benefit is that the build process is simpler.
In a nutshell, it's:
- Installing Java, git and Android command line tools
- Compiling AAPS with the gradlew script.
- Signing the APK with apksigner
I can sketch a PR for adding a third build instruction page. What do you think?