Latest supported version is AGP 7.2.0
My company has upgraded to AGP 7.3.1. When I try to sync my Android project I receive
The project is using an incompatible version (AGP 7.3.1) of the Android Gradle plugin. Latest supported version is AGP 7.2.0
See Android Studio & AGP compatibility options.
This occurs in my environment with with the latest version of IntelliJ IDEA:
IntelliJ IDEA 2022.2.3 (Community Edition)
Build #IC-222.4345.14, built on October 4, 2022
Runtime version: 17.0.4.1+7-b469.62 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.15.0-52-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 8
Non-Bundled Plugins:
org.sonarlint.idea (7.1.1.54565)
DBN (3.3.2160.0)Kotlin: 222-1.7.10-release-334-IJ4345.14
Current Desktop: X-Cinnamon
This doesn't occur on recent versions of Android Studio. I can't find a setting in IDEA to specify the latest acceptable version of the AGP plugin, but evidently the engineers at Google responsible for Android Studio can.
What's the secret?
请先登录再写评论。
See https://youtrack.jetbrains.com/issue/IDEA-303827/Merge-Android-Plugin-20221-into-IDEA-20223.
You can try https://www.jetbrains.com/idea/nextversion/.
Serge Baranov thank you! Running the EAP version solves the problem, I'm able to sync my gradle projects once again
Is there supported by IDEA AGP version list and release or estimated dates?
Unfortunately, we don't have such a list. There is a proposal to create it:
https://youtrack.jetbrains.com/issue/IDEA-321132/AGP-compatibility-table
Please vote for it to prioritize it for the team and receive notifications from the ticket.
I can provide you the latest version or suggest using Youtrack for searching (which isn't a comfortable option).
AGP 8.1 (https://youtrack.jetbrains.com/issue/IDEA-326579/Support-for-AGP-8.1) - version of IntelliJ IDEA isn't specified yet
AGP 8.0 (https://youtrack.jetbrains.com/issue/IDEA-317997) - IntelliJ IDEA 2023.2
Kind Regards,
Margarita
JetBrains Support