react-native-video-processing icon indicating copy to clipboard operation
react-native-video-processing copied to clipboard

After react-native-video-processing install getting BUILD FAILED issue. how to resolve this?

Open rajyuva1000 opened this issue 2 years ago • 8 comments

Could not determine the dependencies of task ':app:processDebugResources'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'. Could not find com.yqritc:android-scalablevideoview:1.0.4. Searched in the following locations: - https://oss.sonatype.org/content/repositories/snapshots/com/yqritc/android-scalablevideoview/1.0.4/android-scalablevideoview-1.0.4.pom - https://repo.maven.apache.org/maven2/com/yqritc/android-scalablevideoview/1.0.4/android-scalablevideoview-1.0.4.pom - file:/E:/2022/2023/AwesomeProject/node_modules/jsc-android/dist/com/yqritc/android-scalablevideoview/1.0.4/android-scalablevideoview-1.0.4.pom
- https://dl.google.com/dl/android/maven2/com/yqritc/android-scalablevideoview/1.0.4/android-scalablevideoview-1.0.4.pom - https://www.jitpack.io/com/yqritc/android-scalablevideoview/1.0.4/android-scalablevideoview-1.0.4.pom Required by: project :app > project :react-native-video-processing

rajyuva1000 avatar Sep 19 '23 15:09 rajyuva1000

I am also getting the same error. Did you find any solution?

KishoreLeagueX avatar Oct 30 '23 09:10 KishoreLeagueX

I am also getting the same error. Did you find any solution?

coderup2021 avatar Nov 16 '23 03:11 coderup2021

Any update?

Etaliya avatar Mar 20 '24 07:03 Etaliya

Did anyone find any solution for this error?

ymhmd avatar Jun 03 '24 10:06 ymhmd

Try this, in the android > build.gradle folder

add the following

allprojects { repositories { jcenter() } }

Wesleyomnion avatar Jul 04 '24 01:07 Wesleyomnion