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

相关推荐
整点薯条7783 分钟前
用 Python 给家里做一次噪音频谱审计:程序员的声学工程实践(含完整源码)
开发语言·python·噪音控制
洋不写bug4 分钟前
Java线程(三):线程执行顺序问题、可重入锁、加锁操作解析,死锁解决
java·开发语言
子非吾喵4 分钟前
本地部署AI大模型:Ollama + Qwen3 完整指南,用Python打造智能聊天助手
开发语言·人工智能·python
lsx20240614 分钟前
Vue3 安装指南
开发语言
skywalk816315 分钟前
g4f JavaScript调用报错问题解决
开发语言·javascript·ecmascript
qqty121718 分钟前
基于python语言的网页设计(手把手教你设计一个个人博客网站)
开发语言·python
耿雨飞24 分钟前
Python 后端开发技术博客专栏 | 第 02 篇 函数式编程与 Python 魔法 -- 闭包、装饰器、高阶函数
开发语言·python·装饰器·高阶函数·闭包
zzb158025 分钟前
Android Activity 与 Intent 学习笔记
android·笔记·学习
studyForMokey26 分钟前
【Android面试】动画 & Bitmap
android·面试·职场和发展
网域小星球26 分钟前
C++ 从 0 入门(五)|C++ 面试必知:静态成员、友元、const 成员(高频考点)
开发语言·c++·面试·静态成员·友元函数