react-native-video-processing
react-native-video-processing copied to clipboard
After react-native-video-processing install getting BUILD FAILED issue. how to resolve this?
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
I am also getting the same error. Did you find any solution?
I am also getting the same error. Did you find any solution?
Any update?
Did anyone find any solution for this error?
Try this, in the android > build.gradle folder
add the following
allprojects { repositories { jcenter() } }