multiple dex files define landroid/support/annotation/AnimRes

前端 未结 18 1056
太阳男子
太阳男子 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:37

    I deleted the android-support-v4.jar and it worked.

    Explain - android-support-v4.jar is conflicting with my other .jar files of project\libs files ** specially when you are running with java 8 on AS.

提交回复
热议问题