I am using JNI code in my project with abiFilters like below
abiFilters
apply plugin: \'com.android.application\' android { compileSdkVersion 28 defa
armeabi are no longer supported by NDK. Remove armeabi from build gradle or replace with supported ABIs e.g 'x86'