Stuck building app #2426
Replies: 6 comments 3 replies
-
Upgrade to Flet 0.19.0 to eliminate |
Beta Was this translation helpful? Give feedback.
-
Please run with |
Beta Was this translation helpful? Give feedback.
-
Hey Feodor, I am having the same issue as him. It gets stuck at "packaging python app...". Going with your instruction to run with PS G:\My_projects\FletPython\finatrack> flet build apk -vv • Creating default icons Android ✓ Successfully generated launcher icons ✅ Native splash complete. OK |
Beta Was this translation helpful? Give feedback.
-
It shows that, the process got stuck due to some errors that may occur during the build process. However, Why does it fail to build pyjnius but builds all my other dependencies: |
Beta Was this translation helpful? Give feedback.
-
Is flet support plyer?? |
Beta Was this translation helpful? Give feedback.
-
Still waiting for any update or hope #5166 |
Beta Was this translation helpful? Give feedback.
-
Question
Hello everyone,
I'm new to Flet and facing a bit of trouble that's been bothering me for a while now.
I'm trying to build my android app, and I followed the guide in the documentation, installed Flutter, and ran the 'flutter doctor' command without any problems. The app builds fine as long as I only have Flet in the requirements. However, my app needs either pyrebase or firebase-rest-api, and I haven't been able to get it to build with either of them included.
I've been stuck on this problem for two days now, trying different Flet versions (0.18.0, 0.19.0, 0.20.0). The higher versions get stuck in "Packaging Python App," and the one that got me the farthest was 0.18.0. However, I encountered an error during the "Building APK for Android" phase, which I've included in the code section below.
This issue isn't just on Android; I've also been unable to export my app with this library to any other platform.
I'm sorry for bothering, and I really appreciate Flet. I would love to use it for my app, but I'm facing this difficulty that holds me back. Any help or tips would be greatly appreciated.
Thank you so much in advance for any help. Your work on Flet is really admirable.
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions