Skip to content
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

Adjust v5+ crashes due to incompatibility with 16kb page size devices #618

Open
yukilabo opened this issue Sep 30, 2024 · 1 comment
Open

Comments

@yukilabo
Copy link

After updating to Adjust v5, our app started crashing on devices with 16kb page size enabled.
We believe this is likely due to libsigner.so not being compatible with 16kb page sizes.
Please investigate and address this issue.

@dimim
Copy link

dimim commented Oct 1, 2024

Hi @yukilabo.

I can confirm that the official releases of libsigner.so, i.e. https://github.com/adjust/adjust_signature_sdk, are not 16KB page size aligned. You can confirm this for libsigner.so, and any other binaries, by following Google's guide.

Current ETA for 16KB page size alignment for libsigner.so is mid October. This decision is fueled by Android 15 still being in Beta and no immediate signals that 16KB page size alignment is going to be enforced (see e.g. https://android-developers.googleblog.com/2024/08/adding-16-kb-page-size-to-android.html & the above link) -- this delay allows us to monitor the situation, our device farms to be expanded to include Android 15, etc.

If you wish said support now: Please get in touch with your Adjust representative as per the docs, and we can provide a 16KB page size aligned library adhoc.

Happy for thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants