[Question] APK long packaging time #2625
Replies: 3 comments 6 replies
-
Can you send the log Mine is not that long (I didn't measure time) but sometimes i need to abort then restart the command |
Beta Was this translation helpful? Give feedback.
-
i have the same problem ! still not solved. |
Beta Was this translation helpful? Give feedback.
-
You should check Google IDX code editor for packaging flet app, mine take too long like 30 to 40 minutes in VS code(still causes an error) but when running on IDX it just take approx. 10 minutes. You just have to make a flutter project and then delete all the flutter related files not dev folder. and configure some variables like adding python 10 package and pip too, and then try to run |
Beta Was this translation helpful? Give feedback.
-
Question
We are working on creating an app using Python and the Flet framework, after following several videos and links we are still running into an error in packaging the code as an apk file using the Flet framework. When we add the libraries one at a time they modulenotfounderror Is removed for the previous library not included but when we include all libraries in one go its taking hours for the packaging process and it still doesn't end up packaging. So I was wondering is this normal? Or how long does it take to package usually?
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions