MaterialSearchView
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
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? :)
I have the same problem
Guys, have tried upgrading the Gradle
plugin?
I added implementation 'com.android.support:support-v4:27.1.1' and implementation 'com.android.support:design:27.1.1' to build.gradle
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.