Program type already present: android.support.constraint.BuildConfig

前端 未结 3 1462
谎友^
谎友^ 2021-02-19 19:07

build.gradle (Module: app)

apply plugin: \'com.android.application\'

android {
    compileSdkVersion \'android-P\'
    buildToolsVersion \'27.0         


        
3条回答
  •  借酒劲吻你
    2021-02-19 19:35

    I also had the same issue. I was using two different versions for android.arch.core library.So,fixing those versions helped me.Try to use one version throughout your application.Hope it helps someone.

    Thanks

提交回复
热议问题