android– 找不到ID为’com.google.gms.google-services’的插件

android– 找不到ID为’com.google.gms.google-services’的插件,第1张

概述我已按照此link在我的应用中集成广告.但它显示了这个错误:这是我的build.gradle:applyplugin:'com.android.application'applyplugin:'com.google.gms.google-services'android{compileSdkVersion24buildToolsVersion"24.0.2"defaultConfig{appli

我已按照此link在我的应用中集成广告.但它显示了这个错误:

这是我的build.gradle:

apply plugin: 'com.androID.application'apply plugin: 'com.Google.gms.Google-services'androID {compileSdkVersion 24buildToolsversion "24.0.2"defaultConfig {    applicationID "com.example.personal.numbermania"    minSdkVersion 10    targetSdkVersion 24    versionCode 1    versionname "1.0"}buildTypes {    deBUG            {                deBUGgable true            }    release {        MinifyEnabled false        proguardfiles getDefaultProguardfile('proguard-androID.txt'), 'proguard-rules.pro'    }}dependencIEs {    compile filetree(include: ['*.jar'], dir: 'libs')    testCompile 'junit:junit:4.12'    compile 'com.androID.support:appcompat-v7:24.2.1'    compile 'com.androID.support:design:24.2.1'    compile 'com.Google.firebase:firebase-ads:9.6.0'}}

广告没有出现在真实的设备中.请帮助我
这是我更新classpath后的错误
error

解决方法:

有同样的问题.

通过添加依赖项来修复

classpath 'com.Google.gms:Google-services:3.0.0'

到root build.gradle.

https://firebase.google.com/docs/android/setup#manually_add_firebase

总结

以上是内存溢出为你收集整理的android – 找不到ID为’com.google.gms.google-services’的插件全部内容,希望文章能够帮你解决android – 找不到ID为’com.google.gms.google-services’的插件所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1098403.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存