【发布时间】:2018-11-21 10:24:54
【问题描述】:
至少我认为 firebase 是问题所在,因为它仅在我将 admob 添加到组合中时才会发生
如果我不添加此行 implementation 'com.google.firebase:firebase-ads:17.0.0' 一切正常。试图找到一种方法来找到这个库的旧版本来解决我的错误但没有运气
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:recyclerview-v7:27.1.1'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.daimajia.easing:library:2.0@aar'
implementation 'com.daimajia.androidanimations:library:2.3@aar'
implementation 'com.android.support:design:27.1.1'
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.android.support:palette-v7:27.1.1'
implementation 'com.google.firebase:firebase-core:16.0.4'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-ads:17.0.0'
【问题讨论】:
-
您收到警告还是错误?
-
您是否收到错误或行为是什么?也请分享其他 build.gradle 文件的内容。请回复@AlexMamo
-
您好,我已将错误添加为原始帖子的屏幕截图