You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
Hello VdoCipher Team,
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.
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.
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.