Google Play erfordert jetzt für APKs und AABs die Verwendung einer Seitengröße von 16 KB für native Bibliotheken.
Ich habe die Ausrichtung überprüft in:
Code: Select all
zipalign -c -v -P 16 "build/app/outputs/flutter-apk/app-release.apk"
Code: Select all
Verification successful
Code: Select all
Warning: 16KB page size required
Affected file: libwebcrypto.so

Code: Select all
compileSdk = 36
minSdk = 27
targetSdk = 36
ndkVersion = "29.0.14206865"
id("com.android.application") version "8.12.2" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
Code: Select all
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-all.zip
Mobile version