I am getting an error while uploading the new version of app in play store, below is the error.
"""""
This release is not compliant with the Google Play 64-bit requirement
The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 5.
Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives only the native code it needs. This avoids increasing the overall size of your app
"""""
Inside build.gradle(app), I have below ndk configuration
ndk { abiFilters "armeabi", "armeabi-v7a", "x86", "mips" }
Question 1:
And after seeing this error, I have upgraded the sense type from 2.0 to 3.0 by selecting the option from "free upgrade sense license key" SO after doing this, do i need to do anything on the app side from Android studio ?
Question 2:
Currently I can see inside my app, " jnilibs-armeabi-v7a-libEasyAr."
so please help, i need to fix this immediately, your help will be highly appreciated.