错误构建gradle

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误构建gradle相关的知识,希望对你有一定的参考价值。

添加了应用插件后:“ com.google.gms.google-services”。我收到以下错误

同步后发生错误。错误:没有这样的属性:类的applicationVariant:java.lang.String

打开文件。

apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
defaultConfig {
    minSdkVersion 16
    targetSdkVersion 29
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
repositories {
    maven { url 'https://jitpack.io' }
}
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.1.0'
implementation 'com.google.firebase:firebase-analytics:17.2.1'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.7.1'
implementation 'com.github.PhilJay:MPAndroidChart:v2.2.4'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation("com.mikepenz:materialdrawer:6.0.8@aar") {
    transitive = true
}
}

  apply plugin: 'com.google.gms.google-services'
答案

请有人找到解决此问题的方法

另一答案

尝试添加classpath 'com.google.gms:google-services:4.3.3'并删除带有“ apply plugin”的行。应该可以。

以上是关于错误构建gradle的主要内容,如果未能解决你的问题,请参考以下文章

尝试在 IntelliJ 上构建 gradle 项目时出现错误代码 B0

如何添加jcenter仓库 gradle依赖

Gradle构建失败,错误无法解析:com.android.support

用于 kotlin 代码的 gradle 构建

为啥我在构建项目时出现 Flutter gradle 错误?

Android构建系统gradle