ElegantNumberButton icon indicating copy to clipboard operation
ElegantNumberButton copied to clipboard

issue with manifest

Open MaheshMahajan123 opened this issue 5 years ago • 4 comments

Attribute application@icon value=(@mipmap/logo) from AndroidManifest.xml:11:9-36
is also present at [com.cepheuen.elegant-number-button:lib:1.0.2] AndroidManifest.xml:13:9-43 value=(@mipmap/ic_launcher).
Suggestion: add 'tools:replace="android:icon"' to <application> element at AndroidManifest.xml:9:5-36:19 to override.

MaheshMahajan123 avatar Aug 31 '19 08:08 MaheshMahajan123

I face the same error, please is there any solution for it ??

ammarelgml avatar Aug 17 '20 08:08 ammarelgml

The library might've been built with sample code. I'll remove and do a release by the end of the week.

On Mon, Aug 17, 2020, 1:48 AM Amaar Elgml [email protected] wrote:

I face the same error, please is there any solution for it ??

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ashik94vc/ElegantNumberButton/issues/26#issuecomment-674749266, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABOJSR6WRA26Y43R2ZMFF5TSBDVEDANCNFSM4ISS7QPA .

ashik94vc avatar Aug 18 '20 02:08 ashik94vc

Yea sir same issue with manifest Attribute application@icon value=(@mipmap/logo) from AndroidManifest.xml:11:9-36 amazing work by the way

ungaaaabungaaa avatar Feb 27 '21 10:02 ungaaaabungaaa

this solution of this error is: just add this line inside your Androidmanifest application tag " tools:replace="android:theme" this worked for me, hope for you too.

m-awaisnazeer avatar Mar 25 '21 19:03 m-awaisnazeer