Skip to content

[Question] Android Build problems #2644

Discussion options

You must be logged in to vote

The new Flet 0.20.0 came yesterday and it has some changes in the API.

Two ways to fix the issue you have:

  1. Upgrade to the latest Flet 0.20.0 and build your app again:
pip install flet --upgrade

or, if you want to stay on Flet 0.19.0:

  1. Pin flet dependency in requirements.txt to version 0.19.0:
flet==0.19.0

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants