uCrop
uCrop copied to clipboard
The native library arm64-v8a/libRSSupport.so is not 16KB aligned
Getting this error when compiling my app:
`The native library arm64-v8a/libRSSupport.so (from com.github.krokyze:ucropnedit:2.2.9) is not 16 KB aligned
` Starting November 15th all apps that target Android 15 and higher have to be 16kb aligned and Both this one and libucrop are only 4 KB aligned.
@TeamRainless I found a previous discussion related to this topic, so I’m sharing it here for your reference. I hope it helps you resolve the issue.
- https://github.com/Yalantis/uCrop/issues/931