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

前端 未结 14 1952
半阙折子戏
半阙折子戏 2020-11-27 11:32

I am trying to create 2 versions of an Android app (free/paid). I have an Android Library that contains files common to both. I created a new Android project and am trying t

相关标签:
14条回答
  • 2020-11-27 12:00

    May be you open 2 project same time (both using android-support-v4.jar) . I close 1 project and every thing ok

    0 讨论(0)
  • 2020-11-27 12:01

    You just need to have exactly the same android-support-v4.jar checksum on each of your projects. For this, you can copy/past one of them in all of your conflicting projects / library.

    Nothing else to do, clean and enjoy :)

    0 讨论(0)
提交回复
热议问题