-
QuestionHello community, This is the first time I am trying to make an .apk with flet build. I have installed ANDROID Studio and fixed all flutter issues (Flutter Doctor says No Issues Found!). I have added the following paths to Environment Variables: The only packages I am importing to my app is flet and requests. So the requirement.txt contains the following: I am using flet build apk -vv and the process freezes at the following point: VERBOSE: Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB) Can sombody help me understand as to why it freezes after installing collected packages? Thank you in advance for your time. Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
这个命令打包成功率,比较低。有个本地打包安卓应用的国家就好了,可以改变这一现象 |
Beta Was this translation helpful? Give feedback.
-
The problem was with flet 0.24.1. After installing flet 0.25.0.dev3570, the app compiled succesfully. |
Beta Was this translation helpful? Give feedback.
The problem was with flet 0.24.1. After installing flet 0.25.0.dev3570, the app compiled succesfully.