1. 程式人生 > >Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple

Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple

第一次遇到這個錯誤的時候我也有點兒蒙,仔細看一看error日誌,

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs

上面的error日誌,其實它說的很清楚,原因是匯入的庫在build.gradle中的minSdkVersion與你的應用的minSdkVersion不匹配導致的(app要求應用最小系統版本和庫要求系統最小版本不一致),改成一樣的就行了.