Skip to content

Android: .so libraries not compliant with Google's new requirements from November 1, 2025 #53

@Alexandr-Prokin

Description

@Alexandr-Prokin

According to new Google rules https://developer.android.com/guide/practices/page-sizes?hl=ru
Starting November 1, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page size on 64-bit devices.

When building a project for Android, the native library arm64-v8a/libc++_shared.so (from com.thingclips.smart:thingsmart:6.2.1) does not support 16 KB page size, which does not meet Google requirements (https://developer.android.com/guide/practices/page-sizes?hl=ru) and may cause problems with uploading/verifying apps on Google Play starting November 1.

Will there be a new version of native libraries *.so?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions