All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 26.1.0, 25.2.0. Examples include com.android.support:animated-vector-drawable:26.1.0 and com.android.support:mediarouter-v7:25.2.0 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.)
Follow Me On:
FACEBOOK —
INSTAGRAM —
GOOGLE+ —
MYSELF GOOGLE+ —
SUBSCRIBE —
Nguồn:https://dantrionline.com.vn/
Xem thêm Bài Viết:
- Oripan Gold Soap – Bánh rửa mặt trị mụn số 1 Hàn Quốc – Hotline: 19002236
- TOP 5 SẢN PHẨM TRỊ MỤN LƯNG HIỆU QUẢ | BODY CARE ROUTINE | LÂM À
- Hướng dẫn kẻ mắt cho người mới bắt đầu – EYELINER TUTORIAL FOR BEGINNERS |Ty Lê|
- Điều Chị Em Cần Nhớ Khi Uống Thuốc Tránh Thai Để Trị Mụn Trứng Cá
- Góc chia sẻ: 4 Cách gỡ bỏ tận gốc autocad một cách triệt để
https://danhnhan.vn/lam-dep
Thanks! love you .
The error message actually includes what dependencies is failing. In the beginning of the video you can read: com.android.support:mediarouter-v7:25.2.0 this has the version 25.2.0 while the appcompat has version 26.1.0 hence the error message.
implement the failing dependencies (for me it was two) and change the version number so all version numbers matches.
In this case he had to add:
implementation 'com.android.support:mediarouter-v7:25.2.0' and change the version number to 26.1.0
However, this might not be the failing dependency for everyone -> make sure you read the error message 🙂
Thanks! I have fixed similar problem.
e: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
this is why all indian devs only do shit… they learn who to dev on youtube
Thank you. It fixed my error.
Just add this line to your build.gradle file :
//noinspection GradleCompatible
Now i am using Android studio 3.1.3 and sdk version is 28.When I added the firebase 'com.google.firebase:firebase-core:16.0.1'
dependency. This same error created in my project How i will solve this problem. Plz help me sir
I am still facing the same error. Can you help me here?
Hi thank you for the video , i still have the probleme , i have Android 3.1 , i have the error in implementation 'com.android.support:appcompat-v7:27.1.1'
and i still have the same probleme please can you help me
error show on animated vector drawable
dear i add buit still error