Skip to content

Android Google Play: Library doesn't support 16 KB page size on Android (new Google Play requirements) #747

@savinov007

Description

@savinov007

Before submitting a new issue

  • I tested using the latest version of the library, as the bug might be already fixed.
  • I tested using a supported version of react native.
  • I checked for possible duplicate issues, with possible answers.

Bug summary

‼‼‼‼App with this lib cannot be published to Google Play from 1 November 2025!!!!!!!

Google Play has introduced new requirements for publishing app updates:
https://developer.android.com/guide/practices/page-sizes

To submit a new release, the app and all external libraries must support the 16 KB page size format. Could you please update your library to comply with this requirement?

Everything works great with your library, especially metering, so we’d really appreciate an updated version.

Thank you!

Image

You can check apk in Android Studio Build -> Analyze APK -> Choose apk -> See results

Library version

0.2.10

Project type

React Native (bare workflow)

React Native version

0.79.6

Expo SDK version (if applicable)

No response

Environment info

System:
  OS: macOS 15.6.1
  CPU: (10) arm64 Apple M1 Pro
  Memory: 114.61 MB / 32.00 GB
  Shell:
    version: "5.9"
    path: /bin/zsh
Binaries:
  Node:
    version: 22.19.0
    path: /Users/bonfire/.nvm/versions/node/v22.19.0/bin/node
  Yarn:
    version: 3.6.4
    path: /Users/bonfire/.nvm/versions/node/v22.19.0/bin/yarn
  npm:
    version: 10.9.3
    path: /Users/bonfire/.nvm/versions/node/v22.19.0/bin/npm
  Watchman:
    version: 2025.09.15.00
    path: /opt/homebrew/bin/watchman
Managers:
  CocoaPods:
    version: 1.16.2
    path: /opt/homebrew/bin/pod
SDKs:
  iOS SDK:
    Platforms:
      - DriverKit 25.0
      - iOS 26.0
      - macOS 26.0
      - tvOS 26.0
      - visionOS 26.0
      - watchOS 26.0
  Android SDK:
    API Levels:
      - "34"
      - "35"
      - "36"
    Build Tools:
      - 34.0.0
      - 35.0.0
      - 36.1.0
    System Images:
      - android-35 | Google Play ARM 64 v8a
      - android-36.1 | Google Play ARM 64 v8a
    Android NDK: Not Found
IDEs:
  Android Studio: 2025.1 AI-251.26094.121.2513.14007798
  Xcode:
    version: 26.0/17A324
    path: /usr/bin/xcodebuild
Languages:
  Java:
    version: 17.0.16
    path: /usr/bin/javac
  Ruby:
    version: 3.4.7
    path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
  "@react-native-community/cli":
    installed: 20.0.0
    wanted: 20.0.0
  react:
    installed: 19.0.0
    wanted: 19.0.0
  react-native:
    installed: 0.79.6
    wanted: 0.79.6
  react-native-macos: Not Found
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: true
  newArchEnabled: false
iOS:
  hermesEnabled: true
  newArchEnabled: false

Steps to reproduce

  1. Add lib to the project
  2. Build android apk file
  3. Open Android Studio (my version is Android Studio Narwhal 3)
  4. Build -> Analyze APK -> Choose apk -> See results

Reproducible example repository

have no link

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