美文网首页Android
Execution failed for task ':app:

Execution failed for task ':app:

作者: shaort | 来源:发表于2017-09-01 16:38 被阅读0次

Error:Execution failed for task ':app:processDebugManifest'.

> Manifest merger failed with multiple errors, see logs

---------------------------

gradlew processDebugManifest -stacktrace

显示更多错误信息:

AndroidManifest.xml:282:3-285:21 Error:

Element meta-data#UMENG_APPKEY at AndroidManifest.xml:282:3-285:21 duplicated with element declared at AndroidManifest.xml:279:9-90

我这里是因为配置了两个UMENG_APPKEY

相关文章

网友评论

    本文标题:Execution failed for task ':app:

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