I try to build project but this error occured:
Error:Execution failed for task ':app:transformNativeLibsWithMergeJniLibsForDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.packaging.DuplicateFileException: Duplicate files copied in APK lib/x86/libjniopenblas.so
File1: C:\Users\1\.gradle\caches\modules-2\files-2.1\org.bytedeco.javacpp-presets\openblas\0.2.19-1.3\2189141b6c83cc8e5b342b04e8f49e22996f72f4\openblas-0.2.19-1.3-android-x86.jar
File2: D:\Smart House\Sip projects\Camera\tipit\build\intermediates\bundles\default\jni
How to exclude this directory from build D:\Smart House\Sip projects\Camera\tipit\build\intermediates\bundles\default\jni
?