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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
For others that may have the same issue, I was able to generate a version compatible with 16 kb page size devices by updating this project to AGP 8.5.2 (and Gradle 8.7) and forcing it to use NDK 27.1.12297006 (latest at the time of writing).
We were only needing blur and it worked, but no more extensive testing was done. So no guarantees.
Here is a quick and dirty patch with the changes I made, for reference, since there were a couple of other minor tweaks:
The native library generated by the current project isn't compatible with 16 kb page size devices.
I understand there are better ways now to do most of the functions here, but none that are backwards compatible.
The text was updated successfully, but these errors were encountered: