Android gradle.plugin:8.1.1打包报错

PS E:\CODE\AAA> .\gradlew assembleRelease

Starting a Gradle Daemon, 1 incompatible and 5 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem occurred configuring root project 'AAA'.

Could not resolve all files for configuration ':classpath'.

Could not resolve com.android.tools.build:gradle:8.1.1.

Required by:

project : > com.android.application:com.android.application.gradle.plugin:8.1.1

project : > com.android.library:com.android.library.gradle.plugin:8.1.1

No matching variant of com.android.tools.build:gradle:8.1.1 was found. The consumer was configured to find a library for use during runtime, compatible with Java 8, packaged as a jar, and its depen

dencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '8.1.1' but:

  • Variant 'apiElements' capability com.android.tools.build:gradle:8.1.1 declares a library, packaged as a jar, and its dependencies declared externally:

  • Incompatible because this component declares a component for use during compile-time, compatible with Java 11 and the consumer needed a component for use during runtime, compatible with Jav

a 8

  • Other compatible attribute:

  • Doesn't say anything about org.gradle.plugin.api-version (required '8.1.1')

  • Variant 'javadocElements' capability com.android.tools.build:gradle:8.1.1 declares a component for use during runtime, and its dependencies declared externally:

  • Incompatible because this component declares documentation and the consumer needed a library

  • Other compatible attributes:

  • Doesn't say anything about its target Java version (required compatibility with Java 8)

  • Doesn't say anything about its elements (required them packaged as a jar)

  • Doesn't say anything about org.gradle.plugin.api-version (required '8.1.1')

  • Variant 'runtimeElements' capability com.android.tools.build:gradle:8.1.1 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:

  • Incompatible because this component declares a component, compatible with Java 11 and the consumer needed a component, compatible with Java 8

  • Other compatible attribute:

  • Doesn't say anything about org.gradle.plugin.api-version (required '8.1.1')

  • Variant 'sourcesElements' capability com.android.tools.build:gradle:8.1.1 declares a component for use during runtime, and its dependencies declared externally:

  • Incompatible because this component declares documentation and the consumer needed a library

  • Other compatible attributes:

  • Doesn't say anything about its target Java version (required compatibility with Java 8)

  • Doesn't say anything about its elements (required them packaged as a jar)

  • Doesn't say anything about org.gradle.plugin.api-version (required '8.1.1')

  • Try:

Run with --stacktrace option to get the stack trace.

Run with --info or --debug option to get more log output.

Run with --scan to get full insights.

BUILD FAILED in 6s

相关推荐
tanyongxi6612 分钟前
C++ 特殊类设计与单例模式解析
java·开发语言·数据结构·c++·算法·单例模式
遗憾皆是温柔15 分钟前
24. 什么是不可变对象,好处是什么
java·开发语言·面试·学习方法
跨界混迹车辆网的Android工程师32 分钟前
实现Android图片手势缩放功能的完整自定义View方案,结合了多种手势交互功能
android·交互
wearegogog12335 分钟前
C语言中的输入输出函数:构建程序交互的基石
c语言·开发语言·交互
wyjcxyyy37 分钟前
打靶日记-PHPSerialize
android
Fine姐38 分钟前
The Network Link Layer: 无线传感器中Delay Tolerant Networks – DTNs 延迟容忍网络
开发语言·网络·php·硬件架构
HAPPY酷1 小时前
给纯小白的Python操作 PDF 笔记
开发语言·python·pdf
liulilittle1 小时前
BFS寻路算法解析与实现
开发语言·c++·算法·宽度优先·寻路算法·寻路
阿珊和她的猫1 小时前
autofit.js: 自动调整HTML元素大小的JavaScript库
开发语言·javascript·html
喜欢吃燃面2 小时前
C++算法竞赛:位运算
开发语言·c++·学习·算法