Jar mismatch! Fix your dependencies

后端 未结 10 1890
借酒劲吻你
借酒劲吻你 2020-11-27 11:32

Steps to reproduce:

  1. create a android project \"MyApp\"
  2. import ActionBarSherlock(ABS),Directional ViewPager(DVP), or any other open source library wh
10条回答
  •  半阙折子戏
    2020-11-27 12:09

    Actionbarsherlock has the support library in it. This probably causes a conflict if the support library is also in your main project.

    Remove android-support-v4.jar from your project's libs directory.

    Also Remove android-support-v4.jar from your second library and then try again.

    Jar Mismatch Found 2 versions of android-support-v4.jar in the dependency list

提交回复
热议问题