美文网首页
The CompileOptions.bootClasspath

The CompileOptions.bootClasspath

作者: 一个冬季 | 来源:发表于2018-07-12 16:29 被阅读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" //使用这个
    

    相关文章

      网友评论

          本文标题:The CompileOptions.bootClasspath

          本文链接:https://www.haomeiwen.com/subject/husrpftx.html