Android .so files

Are the .so files the same for arm64-v8a, x86, x86_64 and armeabi? They all have the same name (the only one that’s different is armeabi-v7a). I would rather not need to include them all if they are identical.

Thanks,
Erin

No they are all different binaries. the v7a one is named differently because of a bug in older Android SDK’s.

If you are only targeting certain devices/models then you can drop some binaries.

If you are concerned about app size using PDFNet SDK please see this forum post.
https://groups.google.com/d/msg/pdfnet-sdk/MzDwhWq2Y_g/aT3XERQ6u-gJ