Google has announced that starting November 1, 2025, all apps submitted to Google Play targeting Android 15 (API 35) and above must support 16 KB memory page size.
This SDK ships with prebuilt native libraries (.so files) that currently use 4 KB alignment (0x1000) instead of the required 16 KB (0x4000).
lib/arm64-v8a/libUVCCamera.so
lib/arm64-v8a/libfilter.so
lib/arm64-v8a/libjpeg-turbo212.so
lib/arm64-v8a/libscale_sdk.so
lib/arm64-v8a/libscp-algo.so
lib/arm64-v8a/libusb1.0.so
lib/arm64-v8a/libuvc.so
lib/arm64-v8a/libyuv.so
this .so files i face issues
Google has announced that starting November 1, 2025, all apps submitted to Google Play targeting Android 15 (API 35) and above must support 16 KB memory page size.
This SDK ships with prebuilt native libraries (.so files) that currently use 4 KB alignment (0x1000) instead of the required 16 KB (0x4000).
lib/arm64-v8a/libUVCCamera.so
lib/arm64-v8a/libfilter.so
lib/arm64-v8a/libjpeg-turbo212.so
lib/arm64-v8a/libscale_sdk.so
lib/arm64-v8a/libscp-algo.so
lib/arm64-v8a/libusb1.0.so
lib/arm64-v8a/libuvc.so
lib/arm64-v8a/libyuv.so
this .so files i face issues