Skip to content

Android 15 / Google Play requires 16 KB page size – SDK native libs need update #136

@maheshlingam20

Description

@maheshlingam20

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions