我一直看到此消息,但不确定如何彻底解决。
Error:(43, 9) Attribute application@icon value=(@drawable/new_app_icon) from AndroidManifest.xml:43:9
is also present at com.github.erizet.signala:signala-longpolling:0.20:7:18 value=(@drawable/ic_launcher)
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:40:5 to override
:OpenBook:processDebugManifest FAILED
Error:Execution failed for task ':OpenBook:processDebugManifest'.
> Manifest merger failed with multiple errors, see logs
尝试添加android:replace="android:icon"
到清单中,即使带有我的图标也是如此。
我尝试android:icon="@drawable/ic_launcher
从库中删除, 但由于我从maven导入而在构建时不断返回
有任何想法吗 ?