-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Support 16kb page size on Android 15 #3672
Comments
Awesome, thanks for reporting @tranb3r ! |
We're depending on getsentry/sentry-java#3657 to update the underlying Android SDK & NDK integration. |
Any progress on this? It seems to be no longer blocked and with the release of .net 9 it is important as it is now the default Android 35 |
@HavenDV I think we must have dealt with this in a duplicate issue. This was addressed in the underlying native SDK in: And in the .NET SDK (that wraps that native SDK) in: The fix in the .NET SDK is on the version-5.0.0 branch, which is the one we're preparing that includes .NET 9.0 support. We should be able to make a public alpha release of that in the week or two. |
Duplicate of #3633 |
Problem Statement
When building a dotnet android app for Android 15, referencing Sentry.Maui 4.12.1, I get the following warning message:
Solution Brainstorm
From https://developer.android.com/about/versions/15/behavior-changes-all#16-kb
Libraries in sentry.bindings.android should be updated.
Thanks.
The text was updated successfully, but these errors were encountered: