Error in AndroidManifest without merge rules
My app manifest has tags
<application
<!--...-->
android:allowBackup="false"
android:supportsRtl="false">
and ArcProgressStackView's manifest has theirs too, but with true values.
So i am receiving an gradle error when just add compile 'devlight.io:arcprogressstackview:1.0.4' as you describe in README.md.
It may be fixed by adding few words about tools:node="replace" in your readme file or just removing all values from <application> manifest's tag of this awesome library.
P.S. It would be nice, that your library run out from-the-box without any mistakes. Thank you!
I have the same issue with adding the compile 'devlight.io:arcprogressstackview:1.0.4'. How may I solve the execution failed for fast manifest merger issue?
Error:Execution failed for task ':app:processDebugManifest'.
Manifest merger failed : Attribute application@label value=(SociofeedbackV2) from AndroidManifest.xml:22:9-40 is also present at [devlight.io:arcprogressstackview:1.0.4] AndroidManifest.xml:25:9-41 value=(@string/app_name). Suggestion: add 'tools:replace="android:label"' to
element at AndroidManifest.xml:19:5-91:19 to override.
I created a release and consumed via jitpack (com.github.kgilmer:arcprogressstackview:1.0.5). Verified that the PR fixes this issue.