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

an Error #18

Open
mirtalebi opened this issue Mar 17, 2018 · 2 comments
Open

an Error #18

mirtalebi opened this issue Mar 17, 2018 · 2 comments

Comments

@mirtalebi
Copy link

I add
compile 'com.codemybrainsout.onboarding:onboarder:1.0.4'
in my dependencies but it has Error
`Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed with multiple errors, see logs`

How can I fix it?
Please help me
Thank you ;)

@navidei
Copy link

navidei commented Apr 17, 2018

Same here.

@navidei
Copy link

navidei commented Apr 17, 2018

In my case it was related to midSdkVersion of the project which was 14 for mine. This library needs midSdk of 15 and thus manifest merger throws exception. For solving the issue you can ignore this by adding <manifest> ... <uses-sdk tools:overrideLibrary="com.codemybrainsout.onboarder" /> ... </manifest> to your main AndroidManifest file. Or you can increase minSdk to at least 15.

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

2 participants