android studio导入项目出错:Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger

时间:2021-01-01 03:31:05

android studio导入项目出错:Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple errors, see logs

android studio导入项目出错:Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed with multiple errors, see logs

解决方式:这个情况是有不同版本的 SDK 并不能合并,建议降低主程序target SDK版本。

最小的sdk本来是 minSdkVersion 8,改成19或者别的就可以了。