16kb Page sizes are not supported (Google Play Console)

Hello.

We are currently using Unity 2022.3.62f3 and we are trying to build .aab for Google Play Console, but we keep getting a 16 KB page size error message without any details.

During the build process, we received 16 KB warnings (adaptive performance, PreciseLocale) and fixed them all, but the error still persists.

We also already tried to add “useLegacyPackaging = true” to launcherTemplate.gradle.:

android {
  ...
  packagingOptions {
      jniLibs {
        useLegacyPackaging true
      }
  }
}

But nothing changed.

We’ve checked our .so files in the unpacked .aab file and saw that they were all aligned to 4**14, and also checked the compression in AndroidStudio build analyzer, all files.so compressed.

TargetAPI Level is 35, arm64 only, IL2CPP.