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"