ArcProgressStackView icon indicating copy to clipboard operation
ArcProgressStackView copied to clipboard

Error in AndroidManifest without merge rules

Open alsash opened this issue 8 years ago • 3 comments

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!

alsash avatar Feb 26 '17 11:02 alsash

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?

dipnaze32 avatar Mar 13 '17 05:03 dipnaze32

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.

dipnaze32 avatar Mar 13 '17 05:03 dipnaze32

I created a release and consumed via jitpack (com.github.kgilmer:arcprogressstackview:1.0.5). Verified that the PR fixes this issue.

kgilmer avatar Apr 23 '17 01:04 kgilmer