I've been having an error last few days first I thought it's my local env error but then I noticed it's related to daily-co/webrtc package.
While I was trying to get a build on Android I got this error;
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:processClientDebugResources'.
> Could not resolve all task dependencies for configuration ':app:clientDebugRuntimeClasspath'.
> Could not find com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.3.
Searched in the following locations:
- https://oss.sonatype.org/content/repositories/snapshots/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.3.3/libausbc-3.3.3.pom
- https://repo.maven.apache.org/maven2/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.3.3/libausbc-3.3.3.pom
- file:/Users/crazycoder-io/Programming/BlueCall/freud/node_modules/jsc-android/dist/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.3.3/libausbc-3.3.3.pom
- https://dl.google.com/dl/android/maven2/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.3.3/libausbc-3.3.3.pom
- https://www.jitpack.io/com/github/jiangdongguo/AndroidUSBCamera/libausbc/3.3.3/libausbc-3.3.3.pom
Required by:
project :app > project :daily-co_react-native-webrtc
When I went to @daily-co/react-native-webrtc/android/build.gradle file I saw the code line
dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'com.github.jiangdongguo.AndroidUSBCamera:libausbc:3.3.3'
api 'org.jitsi:webrtc:118.+'
}
I investigated a little bit and realized that this libausbc package has some build problems and currently it is avoiding me to get build for my app.
my daily versions;
"@daily-co/react-native-daily-js": "0.76.0"
"@daily-co/react-native-webrtc": "118.0.3-daily.3"
If somebody knows how to fix, please help!
I've been having an error last few days first I thought it's my local env error but then I noticed it's related to daily-co/webrtc package.
While I was trying to get a build on Android I got this error;
When I went to
@daily-co/react-native-webrtc/android/build.gradlefile I saw the code lineI investigated a little bit and realized that this libausbc package has some build problems and currently it is avoiding me to get build for my app.
my daily versions;
If somebody knows how to fix, please help!