我一直看到这个消息,不知道如何解决这个问题.
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
Run Code Online (Sandbox Code Playgroud)
尝试android:replace="android:icon"使用我的图标添加到我的清单.
我尝试android:icon="@drawable/ic_launcher从库中删除它 ,但它在我构建时不断回来,因为它是从maven导入的
有任何想法吗 ?