react-native-opencv3 icon indicating copy to clipboard operation
react-native-opencv3 copied to clipboard

Could not find com.quickbirdstudios:opencv:3.4.4-contrib when install

Open pikann opened this issue 4 years ago • 3 comments

Hello there,

In attempt to install react-native-opencv3 to my project. I saw this error

Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.quickbirdstudios:opencv:3.4.4-contrib.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/com/quickbirdstudios/opencv/3.4.4-contrib/opencv-3.4.4-contrib.pom

Seem the opencv-contrib was updated the implementation text and I cannot find version 3.4.4 in it https://github.com/quickbirdstudios/opencv-android

pikann avatar Dec 31 '21 04:12 pikann

I fixed it by change the build.grandle of react native opencv3 to com.quickbirdstudios:opencv-contrib:3.4.5

pikann avatar Jan 06 '22 08:01 pikann

3.4.5로 변경했지만 여전히 동일한 문제입니다.

master1st avatar Aug 08 '23 04:08 master1st