美文网首页
Program type already present: an

Program type already present: an

作者: LEO_青蛙 | 来源:发表于2019-12-09 14:18 被阅读0次

错误描述:

Program type already present: android.support.customtabs.ICustomTabsCallback$Stub$Proxy

错误原因:
重复导入类库


androidx类库
android.support类库
//implementation(name: 'com.android.support.customtabs-27.0.2', ext:'aar')

注释掉这句代码,完美解决。

相关文章

网友评论

      本文标题:Program type already present: an

      本文链接:https://www.haomeiwen.com/subject/ocvbgctx.html