The error message is .
Task :app:mergeDevelopmentDebugNativeLibs .
More than one file was found with OS independent path 'lib/armeabi-v7a/libfbjni.so'. If you are using jniLibs and CMake IMPORTED targets,
And i try
packagingOptions {
pickFirst '**/libc++_shared.so'
pickFirst '**/libfbjni.so'
}
and run application but app is crash !!