multiple dex files define landroid/support/annotation/AnimRes

前端 未结 18 1055
太阳男子
太阳男子 2020-11-28 08:00

The moment I added the android support annotations to my dependencies

compile \'com.android.support:support-annotations:20.0.0\'

I got this erro

18条回答
  •  春和景丽
    2020-11-28 08:39

    The problem is that android-support-annotations.jar used to be a separate library containing the android annotations, but for some reason these annotations are already included in recent versions of the android-support-v4.jar file.

    Deleting the annotations jar solved the issue.

提交回复
热议问题