Closed bagusflyer closed 3 years ago
Check the build.gradle
:
ndk {
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
My previous build.gradle
was:
ndk {
abiFilters 'armeabi', 'armeabi-v7a', 'armeabi-v8a', 'x86', 'x86_64'
}
Got the following error message:
Does this mean I'm not able to release my app to Google Play? Any idea? Thanks.