multiple dex files define landroid/support/annotation/AnimRes

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

    I had the same problem , but i deleted build files from the build folder

    projectname/app/build

    and it removed all the related error. "can't clean the project" and also "dex errow with $anim"

提交回复
热议问题