Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in AndroidManifest without merge rules #11

Open
alsash opened this issue Feb 26, 2017 · 3 comments
Open

Error in AndroidManifest without merge rules #11

alsash opened this issue Feb 26, 2017 · 3 comments

Comments

@alsash
Copy link

alsash commented Feb 26, 2017

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!

@dipnaze32
Copy link

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
Copy link

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.

@kgilmer
Copy link
Contributor

kgilmer commented Apr 23, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants