JSoap icon indicating copy to clipboard operation
JSoap copied to clipboard

ic_launcher in lib

Open pierlon opened this issue 8 years ago • 1 comments

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?

pierlon avatar May 25 '16 14:05 pierlon

yes, I agree too, but for now you can resolve it by adding this attribute to your in manifest:

tools:replace="android:icon"

mohammadrafigh avatar Jun 03 '16 20:06 mohammadrafigh