ndk{
abiFilters "armeabi-v7a", "arm64-v8a"
}
that is I already had add it ,but in my apk,always had add two .so file that I don't need it . enter image description here
ndk{
abiFilters "armeabi-v7a", "arm64-v8a"
}
that is I already had add it ,but in my apk,always had add two .so file that I don't need it . enter image description here
You need file .so to run your app. It is dynamic libraries. As your pic, you using JNI and NDK compiles the C/C++ code into .so files.
armeabi-v7a", "arm64-v8a is Android ABI u can choose one or more as user platform