Skip to content

"xml\provider_paths.xml" file disappears after "briefcase create android" #2194

Answered by freakboy3742
pd4321 asked this question in Q&A

You must be logged in to vote

Yes, this is completely intended behavior. The contents of the build folder should be considered ephemeral - it can (and will) be deleted at any time if Briefcase needs to do so.

If you need to make modifications to files generated by Briefcase, then yes - those changes need to be made after running briefcase create. However, those changes will be lost the next time you run briefcase create.

If you want to preserve modifications to files generated by Briefcase, the immediate solution is to fork the template that is used for Android support, make your modifications to that template, and then set template = "https://github.com/..." in your pyproject.toml to use the template.

If you can make…

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@pd4321

Answer selected by pd4321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants