Replies: 1 comment 1 reply
-
Hi jaluscg, I had the same issue with my mobile app when I used "wrong" or too many modules in my requirements.txt file. Could you please upload all your modules, which you included in your requirements.txt file? Thank you, stay safe and have fun programming! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When I attempt to build an Android APK using Flet, the build process completes successfully, but the resulting app displays a white screen upon launch. I suspect this issue might be related to the missing
libpythonbundle.so
file during the build process.During the bundling process, there seems to be an issue with moving libpythonbundle.so to the required directories. This might be causing the white screen issue.
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions