android_sdk icon indicating copy to clipboard operation
android_sdk copied to clipboard

Optimize library size with libsigner.so

Open G00fY2 opened this issue 1 year ago • 1 comments

Our release APK has a size of roughly 11 MB. The libsigner.so (uncompressed) alone is about 950 KB (for arm64-v8a). So the native library from Adjust Signature SDK causes a significant amount of the app size.

We can not evaluate how much effort you already put into optimizing binary size. Maybe there is still some room for improvement, like e.g. these technics: Android NDK: How to Reduce Binaries Size – The Algolia Blog

G00fY2 avatar Sep 25 '24 10:09 G00fY2