이 메시지를 계속보고 있으며이를 해결하는 방법을 잘 모릅니다.
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에서 가져 오기 때문에 빌드 할 때 계속 돌아옵니다.
어떤 아이디어?