-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
the app was built for an older version of android.... install anyway #5233
Comments
My understanding is that this is Google Play Protect wanting us to drop support for older devices. So to make this go away we would have to drop support for a load of OS versions due to Googles desire to drop that support. Should we? |
Would it be possible to easily opt-in or opt-out of this support? So that those who are concerned about this warning message can drop it, without losing the ability for those who it matters to. Not sure if this is just something declared in the manifest or more involved, but I'm imagining a |
Unfortunately the minSDK defines what "shims" or support adapters are compiled in on the Android size. This is why we hard-code it because changing that as developers specify would (could?) change how Fyne functions and possibly break functionality. |
Funny that this issue is currently being discussed as I have a similar behaviour as my app will be completely blocked Both copying on the Android FS and installing from there as well as installing it via Now that some hardcoding was discussed here: Edit: I should mention my Galaxy phone runs on Android 14, the app was packaged with fyne 2.5.2 Edit2: The |
The Google Play protect screen did offer some help which I didn't recognized as that. It is possible to generally disable app scanning inside the Google Play app > ⚙️ > "Scan apps with Play Protect"¹ > switch to off Anyway, thanks for reading. ¹: My Android is in german so I hope the translation will fit, YMMV |
@ppxl that is a different issue - if you want to discuss it please open a new ticket. The version warning is not a blockage and apps can be installed or released to the store with the current settings. A complete block is not something we have seen before and may relate to your code or other settings in your project. As it's an Android specific error googling may turn up related posts from native developers. |
I see. I think I will leave it at that for now. Thanks for your work and time 👍 |
Checklist
Describe the bug
why when i try to install the created fyne/go apk on my android it says :
"the app was built for an older version of android" install anyway
any fix here
How to reproduce
fyne package -os android -appID com.g1i1u.goscanner -icon icon.png
Screenshots
No response
Example code
Fyne version
v2.5.2
Go compiler version
go1.22.2 darwin/amd64
Operating system and version
macos ventura 13.5
Additional Information
No response
The text was updated successfully, but these errors were encountered: