我最近将Android Studio从3.5更新到了3.6.2。之后,对于我所有的项目,即使对于活动干净且空的新项目,我也会收到以下错误消息。
任务:app:preBuild截止日期
任务:app:preDebugBuild截止日期
任务:app:compileDebugAidl NO-SOURCE
任务:app:generateDebugBuildConfig截止日期
任务:app:compileDebugRenderscript NO-SOURCE
任务:app:javaPreCompileDebug失败
失败:构建失败,并出现异常。
出了什么问题: 任务':app:javaPreCompileDebug'的执行失败。
无法解析配置':app:debugCompileClasspath'的所有文件。 找不到collection.jar(androidx.collection:collection:1.0.0)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/androidx/collection/collection/1.0.0/collection-1.0.0.jar
找不到lifecycle-common.jar(androidx.lifecycle:lifecycle-common:2.0.0)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/androidx/lifecycle/lifecycle-common/2.0.0/lifecycle-common-2.0.0.jar
找不到core-common.jar(androidx.arch.core:core-common:2.0.0)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/androidx/arch/core/core-common/2.0.0/core-common-2.0.0.jar
找不到Annotation.jar(androidx.annotation:annotation:1.0.0)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/androidx/annotation/annotation/1.0.0/annotation-1.0.0.jar
找不到Constraintlayout-solver.jar(androidx.constraintlayout:constraintlayout-solver:1.1.3)。 在以下位置搜索: https://dl.google.com/dl/android/maven2/androidx/constraintlayout/constraintlayout-solver/1.1.3/constraintlayout-solver-1.1.3.jar
尝试: 使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。使用--scan运行以获取完整的见解。
1秒内失败 2个可执行的任务:1个已执行,1个是最新的