Error : Program type already present: android.support.design.widget.CoordinatorLayout$Behavior

前端 未结 22 1634
不知归路
不知归路 2020-11-27 14:04

I am getting the following error while building the project. haven\'t used CoordinatorLayout in this project. just added as a dependency in build.gradle :

I am usin

22条回答
  •  醉话见心
    2020-11-27 14:23

    Use the latest supportLibrary, version 27.1.1 to solve the problem. worked for me. (many bug fixes included - see changelog)

提交回复
热议问题