Skip to content

Commit

Permalink
Merge pull request dolphin-emu#10975 from Pokechu22/android-docs-comm…
Browse files Browse the repository at this point in the history
…and-line

Android: Improve documentation on command-line build
  • Loading branch information
JosJuice authored Aug 11, 2022
2 parents ce08de8 + f7e4144 commit d29b349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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

Expand Down

0 comments on commit d29b349

Please sign in to comment.