marcelpinto / RealTextView

A new textview for Android that includes a compilation of libaries to make a real TextView
Apache License 2.0
65 stars 13 forks source link

Remove icon from the manifest #4

Open samskiter opened 9 years ago

samskiter commented 9 years ago

I'm getting a manifest merge error related to the icon specified in the manifest.

marcelpinto commented 9 years ago

Can you put the error here please

samskiter commented 9 years ago

I'll try an get a copy of the error for you if I can but you should be able to generate it by integrating the library into any project. You can basically remove the application tag from the manifest I think and remove the app icon images too.

marcelpinto commented 9 years ago

Yes, probably I can do that, I'll see If I find time for it. Thanks

El dv., 6 març, 2015 00:51 Sam Duke notifications@github.com va escriure:

I'll try an get a copy of the error for you if I can but you should be able to generate it by integrating the library into any project. You can basically remove the application tag from the manifest I think and remove the app icon images too.

— Reply to this email directly or view it on GitHub https://github.com/skimarxall/RealTextView/issues/4#issuecomment-77478387 .

crysan commented 9 years ago

+100500

rnascimento13 commented 9 years ago

i getting ic_launcher error too

AndroidDeveloperLB commented 9 years ago

I'm getthing this issue too:

Error:(52, 9) Attribute application@icon value=(@drawable/app_icon) from AndroidManifest.xml:52:9 is also present at com.hardsoftstudio.real.textview:library:0.9.0:11:9 value=(@drawable/ic_launcher) Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:49:5 to override

Manifest merger failed : Attribute application@icon value=(@drawable/app_icon) from AndroidManifest.xml:52:9 is also present at com.hardsoftstudio.real.textview:library:0.9.0:11:9 value=(@drawable/ic_launcher) Suggestion: add 'tools:replace="android:icon"' to element at AndroidManifest.xml:49:5 to override

Even if I import the module directly from a folder, I have various issues with it.

Any workaround for this?