More than one file was found with OS independent path ‘lib/armeabi-v7a/libnms.so’
android {
...
// Fix: More than one file was found
packagingOptions {
pickFirst 'lib/armeabi-v7a/libnms.so'
}
}
android {
...
// Fix: More than one file was found
packagingOptions {
pickFirst 'lib/armeabi-v7a/libnms.so'
}
}