Problem Facing On React Native Zoom Video SDK (Could not find any matches for com.facebook.react:react-android:+ as no versions of com.facebook.react:react-android are available. Required by: project :app > project :zoom_react-native-videos)

Error Message:

Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’.

Could not resolve all task dependencies for configuration ‘:app:debugCompileClasspath’.
Could not find any matches for com.facebook.react:react-android:+ as no versions of com.facebook.react:react-android are available.
Required by:
project :app > project :zoom_react-native-videosdk

im using:

  • React native: 0.69.12
  • ZoomVideoSDK :1.7.5
  1. i just Imported the SDK libraries
  • included mobilertc
  • Added the following dependencies
  • Sync Project with Gradle Files
  • Add permissions
  1. packagingOptions added
  2. NotificationService is aaded on Androidmanifest.xml

when i rebuild the project it is showing this error.

same problem

Could not determine the dependencies of task ‘:app:mergeDebugAssets’.

Could not resolve all task dependencies for configuration ‘:app:debugRuntimeClasspath’.
Could not find any matches for com.facebook.react:react-android:+ as no versions of com.facebook.react:react-android are available.
Searched in the following locations:
- file:/Users/ombogdan/Projects/WebstormProjects/ReactNative2/mobile-cross/node_modules/react-native/android/com/facebook/react/react-android/maven-metadata.xml
- file:/Users/ombogdan/Projects/WebstormProjects/ReactNative2/mobile-cross/node_modules/jsc-android/dist/com/facebook/react/react-android/maven-metadata.xml
- https://www.jitpack.io/com/facebook/react/react-android/maven-metadata.xml
- file:/Users/ombogdan/Projects/WebstormProjects/ReactNative2/mobile-cross/node_modules/@notifee/react-native/android/libs/com/facebook/react/react-android/maven-metadata.xml
Required by:
project :app > project :zoom_react-native-videosdk

Possible solution:

1 Like

This topic was automatically closed after 30 days. New replies are no longer allowed.