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
I have searched the opened issues and there are no duplicates
Describe the bug
When I create an application using flet for Android and install modern smartphones or tablets, but I know that it is possible to install at least Android 7. I tried to install an application of older Android versions, but I saw that Android 8.1 and older versions cause the application to crash.
But... I experimented and found out that flet version 0.80.5 and older versions do not crash the application. When the flet 0.81.0 update was released, the app started to fail in older versions of Android.
I do not know, maybe this is not a bug, or android is outdated? I think flet 0.81.0 and later versions do not support older Android versions.
1.Create a project: flet create myapp
2.Build an apk project: flet build apk myapp
3.Install the app using Android 8.1 and older versions (via android studio or an old phone that costs Android 8.1 and older)
4.Now, open the app
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Screen_recording_20260626_235606.mp4
Operating System
Windows
Operating system details
10 Pro
Flet version
0.85.3
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Duplicate Check
Describe the bug
When I create an application using flet for Android and install modern smartphones or tablets, but I know that it is possible to install at least Android 7. I tried to install an application of older Android versions, but I saw that Android 8.1 and older versions cause the application to crash.
But... I experimented and found out that flet version 0.80.5 and older versions do not crash the application. When the flet 0.81.0 update was released, the app started to fail in older versions of Android.
I do not know, maybe this is not a bug, or android is outdated? I think flet 0.81.0 and later versions do not support older Android versions.
Code sample
Code
To reproduce
1.Create a project: flet create myapp
2.Build an apk project: flet build apk myapp
3.Install the app using Android 8.1 and older versions (via android studio or an old phone that costs Android 8.1 and older)
4.Now, open the app
Expected behavior
No response
Screenshots / Videos
Captures
[Upload media here]
Screen_recording_20260626_235606.mp4
Operating System
Windows
Operating system details
10 Pro
Flet version
0.85.3
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
No response
Logs
Logs
[Paste your logs here]Additional details
No response