beeware / briefcase

Tools to support converting a Python project into a standalone native application.
https://briefcase.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
2.48k stars 352 forks source link

Clarify where to package Android from #1819

Closed MaggieFero closed 1 month ago

MaggieFero commented 1 month ago

Added a sentence to the Android packaging documentation to clarify that you should run these commands from within the directory that has the pyproject.toml file.

While working on #1212, @mas192 ran into some trouble testing Android builds because the docs didn't say whether there was a way to run the build commands from another directory (like by specifying where the pyproject.toml is). It seems like there's not! This PR does not actually resolve #1212 , which will be addressed separately, but does address the confusion we encountered during testing.

PR Checklist: