cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with MobileRTC Integration in React Native Zoom SDK – "Project with path" could not be found

Punithmanthri
Newcomer
Newcomer

Hi Team,

I'm following the instructions in the "@zoom/meetingsdk-react-native" package official Docs and have reached the point where I need to copy the mobilertc folder from the Zoom SDK for Android into the React Native project. The steps I followed are:

  1. Copied the mobilertc folder from zoom-sdk-android-6.1.5.23231/mobilertc-android-studio/mobilertc to the react-native-zoom-sdk/example/android directory.
  2. Updated the build.gradle file in the react-native-zoom-sdk/example/android directory by replacing:gradle
    dependencies.add("default","com.google.android:flexbox:2.0.1")
  3. with:gradle
    dependencies.add("default","com.google.android.flexbox:flexbox:3.0.0")
  4. However, after making these changes, I am encountering the following error when building the project:

 

What went wrong:

A problem occurred evaluating project ':app'.

Project with path ':mobilertc' could not be found in project ':app'.

I suspect that the build is unable to locate the mobilertc project within the app's directory structure, but I'm not entirely sure how to resolve this.

Has anyone encountered this issue before or can provide guidance on how to fix this? Perhaps there's a missing configuration or step that I overlooked.

Thanks for your help!

0 REPLIES 0