change app name #1332
Replies: 1 comment
-
You're hitting 2 known issues with Briefcase/Toga - one of which is a bug, one of which is a borderline bug/feature. The bug is beeware/toga#2015. Toga's Android backend doesn't currently apply the application name to the main window at time of construction - it uses the app's formal name that was provided in the app metadata file generated by template (look for The bug/feature is #472. Briefcase can't update an existing application once it's been generated. The beeware/toga#2015 should be addressed in the near future as part of an audit of the core Window functionality in Toga. Addressing #472 is on our longer term roadmap. There are 3 potential fixes for right now:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I want to change my app name in android , change pyproject.toml and add parameters to base class object but there is no log ! app name still stuck on hello world !
I add some parameters to this class object and seems to not change anything at all:
and change pyproject.toml file like this and seems to not change anything at all either :

Beta Was this translation helpful? Give feedback.
All reactions