欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

android studio更新后错误 Program type already present

程序员文章站 2022-05-01 17:52:42
将所有的support依赖版本改为27.1.1 例如v4,v7 如果不行在dependencies中加入 dependencies { configurations {...

将所有的support依赖版本改为27.1.1

例如v4,v7

如果不行在dependencies中加入

dependencies {
    configurations {
        all*.exclude group: 'com.android.support', module: 'support-v13'
    }