Jar mismatch! Fix your dependencies

后端 未结 10 1872
借酒劲吻你
借酒劲吻你 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:15

    Don't Include the android-support-v4 in the library , instead you can add it to your project as an external jar using build path menu > add external jar

    Sometimes you have to clean your project.

提交回复
热议问题