You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used this code in my project's custom library module and created a dependency of that custom library module. However, when I try to integrate that dependency into another project, I encounter an error related to OpenCV library conflicts with another library also using OpenCV. Could you please suggest what needs to be done in this case?
That error is:
2 files found with path 'lib/arm64-v8a/libopencv_core.so' from inputs:
/home/user/.gradle/caches/transforms-3/79670e0576ad57949a47a09a0d84c940/transformed/jetified-android-sdk-5.5.1/jni/arm64-v8a/libopencv_core.so
If you are using jniLibs and CMake IMPORTED targets, see
The text was updated successfully, but these errors were encountered:
I have used this code in my project's custom library module and created a dependency of that custom library module. However, when I try to integrate that dependency into another project, I encounter an error related to OpenCV library conflicts with another library also using OpenCV. Could you please suggest what needs to be done in this case?
That error is:
2 files found with path 'lib/arm64-v8a/libopencv_core.so' from inputs:
If you are using jniLibs and CMake IMPORTED targets, see
The text was updated successfully, but these errors were encountered: