-
Notifications
You must be signed in to change notification settings - Fork 483
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
Flet build apk issue #4729
Comments
[12:13:30] [+1993 ms] > Task :serious_python_android:bundleReleaseLocalLintAar |
|
First, install the latest 0.26.0 pre-release. Second, try running with just one verbosity level ( |
Can you paste a full log as a text please? |
PS G:\Projects\BISTRO UX> flet build apk -v --cleanup-on-compile --compile-packages |
@FeodorFitsner due to new packaging in which all files and folders are created in project directory inside build folder its take too long to build apk application check it out my vs code is suggesting this https://github.com/microsoft/pylance-release/wiki/Opening-Large-Workspaces-in-VS-Code |
Try running just |
sure i am trying |
PS G:\Projects\BISTRO UX> flet build apk -v
[10:22:25] Doctor summary (to see all details, run flutter doctor -v):
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮│ Flet app package app/app.zip was not created. │╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ |
@FeodorFitsner check it out |
[11:27:15] e: Daemon compilation failed: null [11:27:42] e: Daemon compilation failed: null ( ● ) Building .apk for Android... |
@FeodorFitsner its take even 1.5 Hour to reach there do you dont think its too much and still failing and showing error in logs |
Seeing |
It's a problem due to temp files on C drive while project on G Drive I resolved it and build apk but it's take 20 minutes here is my question can we reduce first app loading time it's take 3 to 5 second after splash to display first route / |
Duplicate Check
Describe the bug
flet build apk is taking so long to build apk specially after new packaging strcuture in which flutter folder is created inside directory during build process and its take sooo long to build pak its take mine 45 minutes but still terminal is running
Code sample
Code
To reproduce
to build apk fast
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Operating System
Windows
Operating system details
Windows 11
Flet version
flet==0.26.0.dev3957
Regression
No, it isn't
Suggestions
No response
Logs
Logs
The text was updated successfully, but these errors were encountered: