Jeepeng / react-native-xinge-push

信鸽推送React Native版,支持华为、小米、魅族官方推送通道
Apache License 2.0
78 stars 29 forks source link

manifest合并失败 #13

Closed fgxls closed 6 years ago

fgxls commented 6 years ago

请问我该编译成什么版本 试来试去都是这个问题

Jeepeng commented 6 years ago

报错信息贴出来看看

fgxls commented 6 years ago

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

Jeepeng commented 6 years ago

信息不足,麻烦打开Gradle Console这个选项卡看一下具体的报错日志

charmtiger commented 6 years ago
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:11:7-34
        is also present at [com.tencent.wup:wup:1.0.0.E-release] AndroidManifest.xml:12:9-35 value=(true).
        Suggestion: add 'tools:replace="android:allowBackup"' to <application> element at AndroidManifest.xml:7:5-24:19 to override.
Jeepeng commented 6 years ago

请在你的 AndroidManifest.xml 配置 tools:replace="android:allowBackup 参考: example例子