RealTextView icon indicating copy to clipboard operation
RealTextView copied to clipboard

Remove icon from the manifest

Open samskiter opened this issue 10 years ago • 6 comments

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

samskiter avatar Feb 25 '15 20:02 samskiter

Can you put the error here please

marcelpinto avatar Mar 05 '15 21:03 marcelpinto

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.

samskiter avatar Mar 05 '15 23:03 samskiter

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 [email protected] 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 .

marcelpinto avatar Mar 06 '15 07:03 marcelpinto

+100500

crysan avatar Apr 07 '15 01:04 crysan

i getting ic_launcher error too

rnascimento13 avatar May 14 '15 20:05 rnascimento13

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?

AndroidDeveloperLB avatar Jun 15 '15 06:06 AndroidDeveloperLB