The CompileOptions.bootClasspath

2018-07-12  本文已影响64人  一个冬季
Manifest merger failed with multiple errors, see ?
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

引入第三方的aar爆的错误,我的解决办法是

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"//使用这个
    ....
       <application
        android:name=".base.BaseApplication"
        android:allowBackup="false"
        tools:replace="label,allowBackup" //使用这个
上一篇下一篇

猜你喜欢

热点阅读