Legolaz7
Legolaz7
``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject> flet build apk --project "Мой бонус" [21:39:45] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.23.2 ✅ Customized app icons and splash images ✅ [21:39:46] Error...
Has anyone encountered this? The error is still present
@ndonkoHenri Specifically, the error persists for me)
``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject> flet --version 0.23.2 ``` ``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject> flet build apk --project "Test" [21:45:28] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.23.2 ✅ Customized app...
Just for fun, I created a new project, but in it the version became different ``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject2> flet --version 0.24.0.dev3174 ```
This command worked in the new project ``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject2> flet build apk --project "Test" [21:51:17] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.24.0 ✅ Customized app icons...
@ndonkoHenri Tell me, will titles in Russian be supported or only in English? Because this command didn't work ( ``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject2> flet build apk --project "Тест" [21:54:40] Created...
@ndonkoHenri I wrote the command like this: ``` flet build apk --project "My test" ``` ``` flet build apk --project "My_test" ``` but my application on Android is still called...
Hurray) everything worked as before)
> Поделитесь полными журналами, используя флаг --v. ``` (.venv) PS C:\Users\Admin\PycharmProjects\pythonProject> flet build apk -vv Flutter executable: C:\src\flutter\bin\flutter.BAT Dart executable: C:\src\flutter\bin\dart.BAT Flutter bootstrap directory: C:\Users\Admin\AppData\Local\Temp\flet_flutter_build_H93gCpJOju Additional Flutter dependencies: {} Creating...