构建失败并出现异常

Posted

技术标签:

【中文标题】构建失败并出现异常【英文标题】:Build failed with exception 【发布时间】:2018-06-23 14:55:29 【问题描述】:

当我运行./gradlew wrapper 时我的构建失败并收到此消息:

FAILURE:。

出了什么问题: 配置根项目“RxRedux”时出现问题。

无法解析配置“:classpath”的所有文件。 找不到 com.android.tools.build:gradle:3.0.1。 在以下位置搜索: https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar 要求: 项目 : 找不到 com.android.tools.build:gradle:3.0.1。 在以下位置搜索: https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar 要求: 项目:> io.realm:realm-gradle-plugin:4.2.0 项目:> io.realm:realm-gradle-plugin:4.2.0 > io.realm:realm-transformer:4.2.0

尝试: 使用 --stacktrace 选项运行以获取堆栈跟踪。使用 --info 或 --debug 选项运行以获得更多日志输出。

通过https://help.gradle.org获得更多帮助

1 秒内构建失败

【问题讨论】:

【参考方案1】:

您的项目级build.gradle 文件请求将com.android.tools.build:gradle:3.0.1 添加到类路径中,但它在存储库列表中没有google()

您希望 buildscript 闭包看起来像:

buildscript 
    repositories 
        jcenter()
        google()
    
    dependencies 
        classpath 'com.android.tools.build:gradle:3.0.1'
    

(注意google() 行)

【讨论】:

以上是关于构建失败并出现异常的主要内容,如果未能解决你的问题,请参考以下文章

构建失败并出现异常 - 颤动

Flutter:构建失败并出现异常

构建失败并出现异常

android studio:失败:构建失败并出现异常

Android Studio 构建失败并出现异常任务“:app:dexDebug”执行失败

颤振:失败:构建失败并出现异常