AndroidManifest中android:label与第三方库冲突问题

问题:

Manifest merger failed : Attribute application@label value=(@string/app_label) from AndroidManifest.xml:8:9-42
	is also present at [cn.bertsir.zbarLibary:zbarlibary:1.4.2] AndroidManifest.xml:25:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to  element at AndroidManifest.xml:5:5-35:19 to override.

解决方案在提示中已给出,解决结果如下:




    

 





 

你可能感兴趣的:(D0021,Android,AndroidManifest)