You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#224
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? :)
The text was updated successfully, but these errors were encountered:
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.
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? :)
The text was updated successfully, but these errors were encountered: