Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@label valu
项目在compile的时候 在manifest写上下面的话 然后在application上 写那句话 就可以了
xmlns:tools="http://schemas.android.com/tools"
xmlns:tools="http://schemas.android.com/tools"
compile 'com.hedgehog.ratingbar:app:1.0.4'
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
<application tools:replace="android:icon, android:theme, android:label"
本文介绍了一种常见的Android开发问题——Manifest文件合并失败,并提供了解决方案。通过在Manifest文件中添加特定属性,可以有效避免编译时出现的错误。
3013

被折叠的 条评论
为什么被折叠?



