uCrop icon indicating copy to clipboard operation
uCrop copied to clipboard

The native library arm64-v8a/libRSSupport.so is not 16KB aligned

Open TeamRainless opened this issue 7 months ago • 1 comments

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 avatar Jul 27 '25 10:07 TeamRainless

@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

Toma-0 avatar Jul 28 '25 05:07 Toma-0