MrBIMC / VintageChroma

A Beautiful and very advanced material color picker for Android(written in Java).
83 stars 15 forks source link

Manifest merger failed #6

Closed pablode closed 8 years ago

pablode commented 8 years ago

Getting this build error: Error :Execution failed for task ':app:processDebugManifest'. Manifest merger failed : Attribute application@label value=(@string/launcher_title) from AndroidManifest.xml:23:9-47 is also present at [com.pavelsikun:vintage-chroma:1.4] AndroidManifest.xml:13:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:21:5-104:19 to override.

I suspect this line in the library manifest to be the cause. A library should not need application tag attributes at all. Here are some example AndroidManifest.xml files from other libraries: (1), (2), (3), (4).

MrBIMC commented 8 years ago

Done. Will push new release soon with bunch of other bugfixes.