Will.Ai
Will.Ai
> [@corepuncher](https://github.com/corepuncher) It's already done. See [#241 (comment)](https://github.com/scottyab/rootbeer/issues/241#issuecomment-2604281957) > > People complaining about `x86` and `armeabi-v7a` libraries being unaligned haven't [read the docs](https://developer.android.com/guide/practices/page-sizes#alignment-use-script) and/or [the output from `check_elf_alignment.sh`](https://cs.android.com/android/platform/superproject/main/+/main:system/extras/tools/check_elf_alignment.sh;l=109): > >...
> [@0x0BB9](https://github.com/0x0BB9) Interesting, I've not got to submission yet on our apps. Are you submitting AABs or APKs? If it's APKs, are they split by ABI? If it was a...
Update: fix it by adding the following configuration in build.gradle `packagingOptions { jniLibs {useLegacyPackaging true}}` or upgrade the Gradle version to 8.5 or above.