Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Manifest merger failed #33

Open
doilio opened this issue Oct 26, 2018 · 1 comment
Open

Manifest merger failed #33

doilio opened this issue Oct 26, 2018 · 1 comment

Comments

@doilio
Copy link

doilio commented Oct 26, 2018

This is what I get when I Try to Build the project

Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.1) from [com.android.support:preference-v7:26.0.1] AndroidManifest.xml:25:13-35
	is also present at [com.android.support:support-core-utils:26.1.0] AndroidManifest.xml:28:13-35 value=(26.1.0).
	Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:23:9-25:38 to override.

@omergegic
Copy link

omergegic commented Oct 28, 2018

You can use the fork from @LemuelHui https://github.com/LemuelHui/android-build-an-app-architecture-components/tree/e941734e05e5111ea7901b128fe6518c9cdba65d
Just add to dependencies def room_version = "1.1.1" implementation "android.arch.persistence.room:runtime:$room_version" annotationProcessor "android.arch.persistence.room:compiler:$room_version"
to Module:app build.gradle

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

No branches or pull requests

2 participants