编译项目报错 Error:Execution failed for task ':app:processDebugManifest'.> Manifest merger failed with multiple errors, see logs 解决方法 : <meta-data android:name="UMENG_APPKEY" android:value="*****"> 被重复声明了两次,去掉其中一个就可以了,问题解决。