admin管理员组

文章数量:1636944

解决方法
查看依赖里是否使用了 AndroidX。
如果是,则
添加

 implementation 'com.google.android.material:material:1.0.0'

因为谷歌用AndroidX取代了支持库,并做了映射。
Android Suppor或AndroidX不能同时存在
参考 https://blog.csdn/tuike/article/details/95937072

本文标签: 报错androidimplementDesign