-
Notifications
You must be signed in to change notification settings - Fork 205
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
Comments
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'.
|
I created a release and consumed via jitpack (com.github.kgilmer:arcprogressstackview:1.0.5). Verified that the PR fixes this issue. |
My app manifest has tags
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!
The text was updated successfully, but these errors were encountered: