From f7e4144e55418baaea5cbe06beea4cd0a906d4d7 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 10 Aug 2022 11:55:52 -0700 Subject: [PATCH] Android: Improve documentation on command-line build --- AndroidSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidSetup.md b/AndroidSetup.md index fa1426723b..e052cd356c 100644 --- a/AndroidSetup.md +++ b/AndroidSetup.md @@ -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. -For command-line users, any task may be executed with `Source/Android/gradlew `. +For command-line users, any task may be executed with `cd Source/Android` followed by `gradlew `. In particular, `gradlew assemble` builds debug and release versions of the application (which are placed in `Source/Android/app/build/outputs/apk`). ## Getting Dependencies