Merge pull request #10975 from Pokechu22/android-docs-command-line

Android: Improve documentation on command-line build
This commit is contained in:
JosJuice 2022-08-11 23:07:18 +02:00 committed by GitHub
commit d29b349a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Double clicking any of these tasks will execute it, and also add it to a short l
Clicking the green triangle next to this list will execute the currently selected task. Clicking the green triangle next to this list will execute the currently selected task.
For command-line users, any task may be executed with `Source/Android/gradlew <task-name>`. For command-line users, any task may be executed with `cd Source/Android` followed by `gradlew <task-name>`. In particular, `gradlew assemble` builds debug and release versions of the application (which are placed in `Source/Android/app/build/outputs/apk`).
## Getting Dependencies ## Getting Dependencies