Error while integration with android

After following the integration steps in the document I found this error
@zoom1234/react-native-videosdk/android/src/main/java/com/reactnativezoom/videosdk/RNZoomVideoSdkVirtualBackgroundHelperModule.java:3: error: package android.graphics does not exist
import android.graphics.Bitmap;
^
and other of unknown packages

Steps I followed :
1- add implementation ‘us.zoom.videosdk:ZoomVideoSDK:’ to my gradle
2- copy mobilertc to Android folder
3- Open settings.gradle and include mobilertc in the project.
4- In build.gradle(Module: sample) add mobilertc as a dependency

react-native version is “react-native”: “0.63.3”
zoom sdk version is “@zoom1234/react-native-videosdk”: “^1.6.2”,

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