android - 找不到 com.android.tools.build :gradle:3. 4.2

标签 android firebase gradle android-gradle-plugin nativescript

安装后nativescript-plugin-firebase我无法再使用 tns build android 构建我的应用程序。 我收到此错误:

nativescript-plugin-firebase: running release build or change in environment detected, forcing prepare!

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'nativescript_plugin_firebase'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find com.android.tools.build:gradle:3.4.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.2/gradle-3.4.2.pom
       - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.4.2/gradle-3.4.2.jar
       - https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.2/gradle-3.4.2.pom
       - https://jcenter.bintray.com/com/android/tools/build/gradle/3.4.2/gradle-3.4.2.jar
     Required by:
         project :

这是我的platforms/android/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.4.2'
    }
}

allprojects {
    repositories {
        google()
        jcenter()
    }
}

task clean(type: Delete) {
    delete rootProject.buildDir
}

Hereplatforms/android/app/build.gradle :

Hereplatforms/tempPlugin/nativescript_plugin_firebase/build.gradle

最佳答案

You probably have another plugin depending on Google Play Services (Google Maps, perhaps). We need to pin to a specific play services version to play nice with others, so open app/App_Resources/Android/app.gradle and add:

示例

android {   
            project.ext {
            googlePlayServicesVersion = "15.0.0"   //"16.0.+
          }
       configurations.all {
             resolutionStrategy.force "com.google.android.gms:play-services-auth:$project.googlePlayServicesVersion"
           }
    }

如果出现同样的问题,则使用

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

仅供引用阅读Android plugin for Gradle HTTP proxy settings

defaultConfig {
        ...
        systemProp.http.proxyHost=proxy.company.com
        systemProp.http.proxyPort=443
        systemProp.http.proxyUser=userid
        systemProp.http.proxyPassword=password
        systemProp.http.auth.ntlm.domain=domain
    }

关于android - 找不到 com.android.tools.build :gradle:3. 4.2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57727054/

相关文章:

android - 抽屉导航不滑动

node.js - firebase 暂时发送 "There is no user record"?

gradle - Griffon:运行 'gradle build' - 任务 ':jfxJar' 执行失败

android - 无法安装签名的APK

android - react native : Could not find com. android.tools.build :gradle:2. 2.3

Android - 使用 try 和 catch

android - 从 android 中的 SQLite 数据库请求多个单元格

javascript - 更改多个复选框的 CSS 样式不起作用

javascript - ngFor 循环继续执行并使用 firebase 数据库在 ionic 3 中使应用程序崩溃

android - Galaxy S3 JSON 错误