MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.1.1, 23.1.1. Examples include com.android.support:animated-vector-drawable:27.1.1 and com.android.support:design:23.1.1 less... (Ctrl+F1) There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion). Issue id: GradleCompatible

Open AlaaEddinAlbarghoth opened this issue 6 years ago • 4 comments

All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.1.1, 23.1.1. Examples include com.android.support:animated-vector-drawable:27.1.1 and com.android.support:design:23.1.1 less... (Ctrl+F1) There are some combinations of libraries, or tools and libraries, that are incompatible or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion). Issue id: GradleCompatible

I got this error when I add the library to gradle !

I used implementation 'com.miguelcatalan:materialsearchview:1.4.0'

Any idea to solve this problem? :)

AlaaEddinAlbarghoth avatar Dec 05 '18 04:12 AlaaEddinAlbarghoth

I have the same problem

grzegorzgg avatar Dec 23 '18 01:12 grzegorzgg

Guys, have tried upgrading the Gradle plugin?

salimshivani avatar Dec 23 '18 05:12 salimshivani

I added implementation 'com.android.support:support-v4:27.1.1' and implementation 'com.android.support:design:27.1.1' to build.gradle

lmgy avatar Mar 06 '19 13:03 lmgy

Well simple and quick solution for android conflicting versions that can lead to runtime crashes is to add them manually https://youtu.be/UDLqFbat7n0 This is how you can add them.

am9072 avatar Apr 05 '19 09:04 am9072