Error: Attribute application@label value=(@string/appname) from AndroidManifest

这是因为Library项目中也定义了与主项目相同的属性,就会导致合并失败,比如都默认生成的android:label="@string/app_name" 或者 android:icon="@drawable/icon_logo"

 

Error: Attribute application@label value=(@string/appname) from AndroidManifest

 

 红框中加入冲突的标签就可以解决问题

tools:replace="android:icon, android:theme , android:label"

 

上一篇:AttributeError: module ‘threading‘ has no attribute ‘Thread‘


下一篇:MIZ702N开发环境的准备1