Error:Execution failed for task ':app:processDebugManifest'. Manifest merger failed with multipl
該錯(cuò)的處理解決方法:
在AndroidManifest清單文件的<Application>標(biāo)簽添加屬性:
tools:replace="android:icon,android:theme,android:allowBackup",之前有的的,添加在后邊。重新Rebuild就可以了。
(前提是:在跟標(biāo)簽要有? xmlns:tools="http://schemas.android.com/tools")