0
点赞
收藏
分享

微信扫一扫

Jar Mismatch! Fix Your Dependencies

探头的新芽 2022-09-06 阅读 51


There was a requirement of my work. It requires me to integrated my current project with Facebook SDK for measuring. However this came into my sights.



1

Jar mismatch! Fix your dependencies

The fact is that Both my project and my library project which the former refers to have used android-support-v4.jar. However I realize the two android-support-v4.jar are different after making the md5 hash.
My solution:
I use the android-support-v4.jar in my project as the right one. And then replace the one in Facebook SDK with my project one. And then it works.
But my question remains; why it asks me for fix the dependencies to use the same lib jar file?
I guess android will keep only one file for all the references so this will ask developers to make all the same lib all the same. Sorry for the codeless post.

Others

  • ​​Social: 50 Ways to Improve Your Professional Life​​
  • Jar Mismatch! Fix Your Dependencies_facebook

举报

相关推荐

FIX三天日记-quick fix源码

0 条评论