Skip to content

[URGENT] Action Required: vdocipher-android SDK is not 16KB page size aligned for Android 15 #1

@KaremMA

Description

@KaremMA

Hello VdoCipher Team,

  1. The Problem
    We are updating our application to comply with Google Play's mandatory requirement for 16KB page size support for all apps targeting Android 15 (API 35). The deadline for this is November 1, 2025.
    Our build analysis shows that the latest available version of the Android SDK, com.vdocipher.aegis:vdocipher-android:1.28.13, is not 16KB aligned.
    This is causing our app to be flagged by Google Play and is blocking us from releasing critical updates. When building the app, Android Studio also shows the Aligned16KB lint warning for this dependency.
  2. Steps to Reproduce
    Create a new Android project targeting targetSdkVersion 35.
    Add the latest VdoCipher SDK to build.gradle:
    groovy
    implementation 'com.vdocipher.aegis:vdocipher-android:1.28.13'
    Build the project.
    Use the APK Analyzer in Android Studio or run the zipalign command-line tool. The analysis will show that the native libraries (.so files) within the SDK are not 16KB aligned.
  3. What We Need (Action Required)
    We urgently require a new version of the vdocipher-android SDK that has been compiled with 16KB ELF alignment (-Wl,-z,max-page-size=16384).
    Could you please:
    Provide a timeline for when a 16KB-compatible version will be released?
    Or, if a beta/pre-release version is already available, could you share the version number and how to access it?
    This is a critical issue for all developers using your SDK, as it will prevent app submissions to Google Play very soon.
    Thank you for your prompt attention to this matter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions