ashik94vc / ElegantNumberButton

Widget which acts as a number counter which changes its number on +/- press.
Apache License 2.0
180 stars 62 forks source link

issue with manifest #26

Open MaheshMahajan123 opened 5 years ago

MaheshMahajan123 commented 5 years ago
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.
ammarelgml commented 4 years ago

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

ashik94vc commented 4 years ago

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 notifications@github.com 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 .

ungaaaabungaaa commented 3 years ago

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

m-awaisnazeer commented 3 years ago

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.