错误:找不到参数 [com.google.firebase:firebase-bom:29.0.1] 的方法平台()

Posted

技术标签:

【中文标题】错误:找不到参数 [com.google.firebase:firebase-bom:29.0.1] 的方法平台()【英文标题】:ERROR: Could not find method platform() for arguments [com.google.firebase:firebase-bom:29.0.1] 【发布时间】:2022-01-11 01:56:12 【问题描述】:

错误:无法找到Arguments的方法平台()[com.google.firebase:firebase-bom:29.0.1] On type org.gradle.api.internal.Artifacts.Dsl.dependencies.defaultDependencyHandler。

尝试升级Gradle版本,但没有解析。 我正在尝试将应用与 firebase 连接。

build.gradle(app)

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android 
    compileSdkVersion 31
    buildToolsVersion "31.0.0"
    defaultConfig 
        applicationId "com.example.transportation"
        minSdkVersion 21
        targetSdkVersion 31
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    
    buildTypes 
        release 
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        
    


dependencies 
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
    implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
    testImplementation 'junit:junit:4.12'
    androidTestImplementation 'androidx.test:runner:1.1.0-alpha4'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4'
    implementation platform('com.google.firebase:firebase-bom:29.0.1')
    implementation 'com.google.firebase:firebase-analytics'

build.gradle(项目)

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript 
    repositories 
        google()
        jcenter()
        
    
    dependencies 
        classpath 'com.android.tools.build:gradle:3.3.2'
        classpath 'com.google.gms:google-services:4.3.3'
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    


allprojects 
    repositories 
        google()
        jcenter()
        
    


task clean(type: Delete) 
    delete rootProject.buildDir

Project Structure

【问题讨论】:

【参考方案1】:

你需要将firebase的版本降级到

implementation platform('com.google.firebase:firebase-bom:25.12.0')

我在 gradle 版本上发现了问题,将其更新为

classpath 'com.android.tools.build:gradle:4.1.3'

效果很好

【讨论】:

以上是关于错误:找不到参数 [com.google.firebase:firebase-bom:29.0.1] 的方法平台()的主要内容,如果未能解决你的问题,请参考以下文章

vs2017,安装错误:找不到与以下参数匹配的产品

错误:找不到接受提供的参数的“标题”的重载

Flutter build appbundle 错误找不到参数的方法 androidExtensions()

从命令行读取参数 - 错误 TS2304:找不到名称“进程”

错误:在存储库容器上找不到参数 [] 的方法 jcenter()

在“”类型上找不到带有“数字”类型参数的索引签名 - Typescript 编译器错误