Android - Could not find org.webrtc:google-webrtc:1.0.30039

See original GitHub issue

I am getting this error while running yarn android. It’s working on iOS.

* What went wrong:
Execution failed for task ':app:mergeDebugAssets'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find org.webrtc:google-webrtc:1.0.30039.

Steps to reproduce

  1. Run yarn android after adding react-native-twilio-video-webrtc

Expected behavior

The project must build

Actual behavior

Build error

Environment

  • Node.js version: 16.9.1
  • React Native version: 0.65.1
  • React Native platform + platform version: Android

react-native-twilio-video-webrtc

Version: master

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
logan0900commented, Sep 16, 2022

Problem solved by adding jcenter() in build.gradlew. cheers (Y)

0reactions
logan0900commented, Sep 16, 2022

@railsfactory-gaurav @nitishkumar325 @bennaaym Guys i’m facing the same issue. so if you resolve the problem then please update me. 😃 Capturea

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "Failed to resolve: org.webrtc:google-webrtc"?
Currently it seems we are forced to keep jcenter, a deprecated repository, to install this package. Jcenter remain readonly and is not ......
Read more >
Could not find org.webrtc:google-webrtc:1.0.32006 · Issue #644
org.webrtc:google-webrtc:1.0.32006 couldn't work without jcenter. From Google announcement , any project should migrate from jcenter. I ...
Read more >
JCenter is deprecated, new dependency location
If I remove jcenter() from Android project I get errors. Where is the new location for WebRTC dependency? I use this dependency:
Read more >
org.webrtc » google-webrtc » 1.0.30039 - Maven Repository
Repositories, WebRTC. Ranking, #8233 in MvnRepository (See Top Artifacts) #372 in Android Packages. Used By, 43 artifacts ...
Read more >
Android | WebRTC
compile 'org.webrtc:google-webrtc:1.0.+'. The version of the library is 1.0.<Cr-Commit-Position> . The hash of the commit can be found in the .pom-file.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found