After adding React Native Meeting SDK and Android SDK I cannot build the project since it throwing duplicate manifest permission issue for the permission
uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE
Problem Description:
1,Project build failed due to duplicate manifest permission issue
2, Error is located at mobilertc\build.transforms\ed45b68ffa4dc6646da45224651c71dc\transformed\jetified-mobilertc\AndroidManifest.xml
SDK Versions Used:
• React Native Meeting SDK: [Version 0.0.1]
• Android SDK (mobilertc): [Version 6.1.5]
Steps Taken:
- Followed the Zoom React Native Meeting SDK documentation to set up the project.
2, Manually tried removing the duplicated permissions.but its adding automatically back when i build the project again.
3, As per the documentation it suggested to use Android SDK VER 6.1.5.I also tried using latest version to see the error is fixed.but it also there with latest version as well
@elaine.ku @chunsiong.zoom Could you someone please help me resolve this issue? I would appreciate any guidance or troubleshooting steps you can provide.