安卓开发提示Android Gradle plugin错误

The project is using an incompatible version (AGP 8.9.1) of the Android Gradle plugin. Latest supported version is AGP 8.8.0-alpha05

See Android Studio & AGP compatibility options.

改模块级 build.gradle(如果有独立配置):

GRADLE

plugins { id "com.android.application" // 移除版本号,继承项目级配置 }

相关推荐
曼岛_几秒前
[安卓逆向]在Android Studio中编写SO文件并测试调用 (四)
android·ide·android studio
ImTryCatchException37 分钟前
Android 卡顿诊断 SDK:从痛点出发的设计思考
android·gitee
流星白龙44 分钟前
【MySQL高阶】14.MySQL存储结构
android·数据库·mysql
流星白龙1 小时前
【MySQL高阶】15.MySQL存储结构,页结构
android·mysql·adb
赏金术士1 小时前
Android Tinker Demo 使用手册
android·热修复·tinker
Meteors.1 小时前
Kotlin协程序使用技巧和应用场景
android·开发语言·kotlin
黄林晴2 小时前
官方实战指南!Compose 项目无缝迁移 KMP
android·kotlin
tryqaaa_2 小时前
学习日志(五)【php反序列化全加例题】【pop链,字符逃逸,session,伪协议】
android·学习·php·web·pop·session
jingling5552 小时前
自建技术博客实战(三):工具专栏——地图定位、声音复刻与 rembg 抠图
android·开发语言·前端·ai·nextjs
Co_Hui2 小时前
Android:Service 启动
android