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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2024-11-06 02:55 AM
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:
- 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.
- 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") - with:gradle
dependencies.add("default","com.google.android.flexbox:flexbox:3.0.0") - 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!
- Topics:
-
Meeting Features
