Error with 'flet build apk' and sqlite #3817
-
QuestionPlease, I need to create the .apk file of a project that receives data from an SQLite database, but when executing the "flet build apk" command, an error occurs. Code sampleNo response Error message[14:55:01] Created Flutter bootstrap project from gh:flet-dev/flet-build-template with ref 0.23.2 ✅
[14:55:02] Customized app icons and splash images ✅
[14:55:11] Generated app icons ✅
[14:55:16] Generated splash screens ✅
[14:55:24] Flet app package app/app.zip was not created. ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
Aug 16, 2024
Replies: 1 comment 3 replies
-
Can you use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Next time when sharing logs, please use
--verbose
or--v
for maximum verbosity.The issue can be read from your logs:
So, you simply have to make sure your requirements file is properly encoded (in utf8).
You can search online (example) on how to do that. Worst case, you might have to delete the current file, and create a new one, encoded in the proper format.