添加admob依赖17.1.3后构建时出现Android错误

时间:2019-02-08 14:05:31

标签: android-studio admob

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
implementation 'com.android.support:customtabs:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.google.android.gms:play-services-ads:15.0.1'

}

当我用17.1.3的较新版本替换'com.google.android.gms:play-services-ads:15.0.1'时。它正常同步,没有显示任何错误,但应用不断崩溃

0 个答案:

没有答案
相关问题