AGP与Android Studio版本的兼容对照表

AGP:全称为Android Gradle Plugin,或称Android Gradle插件。通常配置在Android工程的根build.gradle中,例如:classpath 'com.android.tools.build:gradle:7.0.4'。

AGP与Android Studio版本有版本兼容关系,如果两者版本不兼容,会导致编译失败。

AGP与Android Studio版本的兼容对照表

Android Studio 版本 所需的 AGP 版本
Meerkat | 2024.3.1 3.2-8.9
Ladybug 功能更新 | 2024.2.2 3.2-8.8
Ladybug | 2024.2.1 3.2-8.7
Koala 功能更新 | 2024.1.2 3.2-8.6
Koala | 2024.1.1 3.2-8.5
Jellyfish | 2023.3.1 3.2-8.4
Iguana | 2023.2.1 3.2-8.3
Hedgehog | 2023.1.1 3.2-8.2
Giraffe | 2022.3.1 3.2-8.1
Flamingo | 2022.2.1 3.2-8.0

老版本:

Android Studio 版本 所需的 AGP 版本
Electric Eel | 2022.1.1 3.2-7.4
Dolphin | 2021.3.1 3.2-7.3
Chipmunk | 2021.2.1 3.2-7.2
Bumblebee | 2021.1.1 3.2-7.1
Arctic Fox | 2020.3.1 3.1-7.0

注:此对照表来源于官方的:https://developer.android.com/build/releases/gradle-plugin?hl=zh-cn#android_gradle_plugin_and_android_studio_compatibility

相关推荐
正经教主20 分钟前
【咨询】Android Studio 第三方手机模拟器对比【202511】
android·ide·android studio
Jomurphys43 分钟前
网络 - 缓存
android
似霰2 小时前
安卓14移植以太网&&framework-connectivity-t 编译问题
android·framework·安卓·ethernet
Android-Flutter2 小时前
kotlin - 显示HDR图(heic格式),使用GainMap算法,速度从5秒提升到0.6秒
android·kotlin
雨白3 小时前
协程进阶:协作、互斥与共享状态管理
android·kotlin
用户41659673693553 小时前
深度剖析 Android Context:启动 Activity 与 View 创建的“内幕”
android
方白羽3 小时前
Android 唯一UUID方案
android·app
一个小狼娃3 小时前
Android集成Unity避坑指南
android·游戏·unity
川石课堂软件测试3 小时前
Python | 高阶函数基本应用及Decorator装饰器
android·开发语言·数据库·python·功能测试·mysql·单元测试
行走的陀螺仪4 小时前
Flutter 开发环境配置教程
android·前端·flutter·ios