HI am about to use butterknif in my project but it gave me an error enter image description here
Asked
Active
Viewed 382 times
-1
-
u can exclude some appcompat by libaray form butter knife eg compile('us.belka:androidtoggleswitch:1.2.2') { exclude module: 'espresso-core' exclude module: 'support-v4' exclude module: 'recyclerview-v7' exclude module: 'appcompat-v7' exclude module: 'support-annotations' exclude module: 'design' } – Nithinlal Aug 22 '17 at 08:33
-
please add you `build.gradle` file – Nilesh Deokar Aug 22 '17 at 08:33
-
This issue is due to the mismatch between the library used in the butterknife and ur application – Nithinlal Aug 22 '17 at 08:34
2 Answers
0
You have some libraries that have dependencies on the same library but different version. Check the dependency tree and exclude the unwanted one

Alberto S.
- 7,409
- 6
- 27
- 46