This release is not compliant with the Google Play 64-bit requirement error still after adding libraries
问题 I am uploading a video editor app on play store that has libraries with some native code. So I made it compatible for 64bit by adding this to gradle. ndk.abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64' Adding it still problem is not solved . When I upload on playstore it still gives 64bit error. This is my gradle apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.maam.videoeditor" minSdkVersion 17 targetSdkVersion 28 versionCode 5