-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apk Build Error #2
Comments
More information please. |
Below is the build log and code example. I only get the error when trying to build apk for Android with flet-easy in my requirements.txt. Remove flet-easy from requirements and apk builds fine. I ended up removing flet-easy from requirements and copied the flet-easy source code directly and my app builds and functions fine but if I add flet-easy to the requirements and use flet-easy that way, the apk will not build. Using macOS to run the flet build command. build log:
requirements.txt:
Code Example: |
I am not sure then. I have tried everything I can think of. If I copy the flet-easy source code instead of placing in requirements.txt then it builds fine. I can deal with this workaround myself. |
same, after i upgraded
and the error:
|
Upgrade Flet-Easy. |
That fixed it. Thanks |
thanks |
When I run flet build apk I get the below error. It only happens when building apk and only if I have flet_easy in the requirements.txt.
The text was updated successfully, but these errors were encountered: