React Native Meeting SDK unable to run the app due to Manifest merger failed

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:

  1. 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.

Hi @hmuhammed546 , did you encounter this issue when you tried to run the sample app or when integrate into your existing application?

Hi @qing.peng ,thank you for the response.I faced the issue when I integrated it to existing app.I made sure that no other libraries or anything conflicting with this.

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