You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the code on Windows and it will work. Build the apk with flet 0.25.2 and it will fail at displaying the page width and height correctly. The command I am using to build the apk is just flet build apk <app_name>. Am I missing something or is it just a bug?
Expected behavior
No response
Screenshots / Videos
Captures
Android
WhatsApp.Video.2025-01-09.at.17.23.14.mp4
Windows
Operating System
Windows
Operating system details
Windows 11 and Android 14
Flet version
0.25.2
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered:
I run the build with --verbose now to see the extended output and now I can see a warning.
Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.
Probably is not related with this issue, as everything else is working fine and I get the apk, but just so you can have all the info.
Duplicate Check
Describe the bug
page.width and page.height return 0 when the app is build as an apk and run on an android device. Meanwhile on Windows the app runs fine.
Code sample
Code
To reproduce
Run the code on Windows and it will work. Build the apk with flet 0.25.2 and it will fail at displaying the page width and height correctly. The command I am using to build the apk is just flet build apk <app_name>. Am I missing something or is it just a bug?
Expected behavior
No response
Screenshots / Videos
Captures
Android
WhatsApp.Video.2025-01-09.at.17.23.14.mp4
Windows
Operating System
Windows
Operating system details
Windows 11 and Android 14
Flet version
0.25.2
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: