赞
踩
对于导入jar包或者 导入AAR 包 会报这个错误:
- Manifest merger failed : Attribute application@label value= ****from AndroidManifest.xml:25:9-36
- is also present at ****** AndroidManifest.xml:13:9-41 value=(@string/app_name).
- Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:21:5-60:19 to override.
Manifest 合并冲突:
解决办法:
Manifest 加上这句话:
tools:replace="icon,label,theme"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。