JSoap
JSoap copied to clipboard
ic_launcher in lib
When trying to add your library to gradle I receive this error:
Error:Execution failed for task ':app:processBetaDebugManifest'.
> Manifest merger failed : Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:10:9-43
is also present at [com.github.joaocruz04:JSoap:0d09ba821c] AndroidManifest.xml:13:9-45 value=(@drawable/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:12:5-48:19 to override.
I'm unable to add your library to gradle because you have ic_launcher also. Why do you need that in your library?
yes, I agree too, but for now you can resolve it by adding this attribute to your
tools:replace="android:icon"