错误:程序类型已存在:android.support.v4.app.INotificationSideChannel

时间:2019-01-14 14:55:54

标签: android gradle android-gradle admob

我知道它看起来像是这个问题,但是我无法通过提出的解决方案来解决它,也无法对此发表评论。错误是:添加后

  

实现'com.google.android.gms:play-services-ads:17.1.1'

我遇到了这个错误

  

错误:程序类型已存在:android.support.v4.app.INotificationSideChannel

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'androidx.annotation:annotation:1.0.1'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.vectordrawable:vectordrawable:1.0.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
}

0 个答案:

没有答案