我已经在自己的android studio项目的Firebase
中实现了它,并且工作正常,但是当我根据其中的说明添加AdMob
代码时,我得到了这个错误。
ERROR: The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[16.3.0,16.3.0], [16.0.0,16.0.0]], but resolves to 16.3.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies
。
答案 0 :(得分:-1)
在您的项目gradle中,使用此版本的firebase-core。这应该可以解决问题!
implementation 'com.google.firebase:firebase-core:16.0.8'