I’m integrating the Tencent Live Streaming SDK into my Android project and encountered a Manifest merger failed error related to the allowBackup attribute in the AndroidManifest.xml. The error message suggests adding tools:replace=”android:allowBackup” to the application element to override conflicting settings from different modules.
How can I properly resolve this issue to proceed with the integration?