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

相关推荐
ITfeib2 分钟前
Flutter
开发语言·javascript·flutter
想躺平的咸鱼干38 分钟前
Volatile解决指令重排和单例模式
java·开发语言·单例模式·线程·并发编程
Owen_Q1 小时前
Denso Create Programming Contest 2025(AtCoder Beginner Contest 413)
开发语言·算法·职场和发展
·云扬·1 小时前
【Java源码阅读系列37】深度解读Java BufferedReader 源码
java·开发语言
liulilittle2 小时前
C++ i386/AMD64平台汇编指令对齐长度获取实现
c语言·开发语言·汇编·c++
Thomas_YXQ2 小时前
Unity URP法线贴图实现教程
开发语言·unity·性能优化·游戏引擎·unity3d·贴图·单一职责原则
Zz_waiting.2 小时前
Javaweb - 10.4 ServletConfig 和 ServletContext
java·开发语言·前端·servlet·servletconfig·servletcontext·域对象
Touper.3 小时前
JavaSE -- 泛型详细介绍
java·开发语言·算法
sun0077003 小时前
std::forward作用
开发语言·c++·算法
vocal3 小时前
【我的安卓第一课】Android 多线程与异步通信机制(1)
android