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
In your Cordova app, you must add the following code in /app/build.gradle, under android { block:
packagingOptions {
jniLibs {
useLegacyPackaging = true
}
}
Hello
It seems that this plugin will not be compatible (breaking change) with Google API Level 35 support + Page size 16K.
Possible to check please ?
https://developer.android.com/guide/practices/page-sizes
https://developer.android.com/about/versions/15
The text was updated successfully, but these errors were encountered: