diff --git a/android/app/build.gradle b/android/app/build.gradle index 0e3cc76f..5a91c451 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,6 +49,10 @@ android { targetSdkVersion 28 versionCode flutterVersionCode.toInteger() versionName flutterVersionName + ndk { + abiFilters 'arm64-v8a' + abiFilters 'armeabi-v7a' + } manifestPlaceholders = [ JPUSH_PKGNAME : applicationId, JPUSH_APPKEY : "6a2c6507e3e8b3187ac1c9f9",