MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Doesn't support 'com.android.support:appcompat-v7:26.1.0'

Open dolly-sony opened this issue 6 years ago • 6 comments

dolly-sony avatar Dec 11 '17 09:12 dolly-sony

I am also facing the same issue..

shakthifuture avatar Jan 06 '18 05:01 shakthifuture

Same here

Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.1.0) from [com.android.support:appcompat-v7:26.1.0] AndroidManifest.xml:28:13-35
  	is also present at [com.android.support:recyclerview-v7:25.4.0] AndroidManifest.xml:25:13-35 value=(25.4.0).
  	Suggestion: add 'tools:replace="android:value"' to <meta-data> element at AndroidManifest.xml:26:9-28:38 to override.

NotBad4U avatar Mar 11 '18 16:03 NotBad4U

same issue

i2863CookieZJ avatar Mar 15 '18 10:03 i2863CookieZJ

me,too

nuaaflash avatar Mar 21 '18 04:03 nuaaflash

We also faced the same issue while using it with v7 27.0.2.

We solved it using a normal relative layout and removing our coordinator layout from the layouts. Mainly I guess, coordinator and app bar layout were extending the support libraries and causing the issues.

Also, there was not any error in the log. Solved this after 2 days.

Anyways, thanks for the library. We're using it & is really useful. God bless you!

anjanasuvariya avatar Mar 26 '18 08:03 anjanasuvariya

I have the same issue but I need the coordinator layout. Is there any alternative solution? Thank you!

Spettacolo83 avatar Apr 04 '18 08:04 Spettacolo83