android 3.0集成支付定 引入 .aar包 合并失败 求解决

问题遇到的现象和发生背景 Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

问题相关代码,请勿粘贴截图 compile (name: 'alipaysdk-15.8.08.220217103129',ext: 'aar')
运行结果及报错内容 Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs

我的解答思路和尝试过的方法 在Mainfest.xml 下加xmlns:tools="http://schemas.android.com/tools"

tools:replace="android:icon,android:theme,android:name,android:label,android:allowBackup,android:roundIcon
android:supportsRtl"

我想要达到的结果 并没有用