skip to Main Content

I’m encountering an issue with Android Gradle Plugin (AGP) version in my project. Currently, I am using AGP 8.2.1, but its seems to be incompatible. The error message says that the latest supported version is AGP 8.2.0-alpha14.

[Error] Incompatible AGP Version: The project is using AGP 8.2.1, but the latest supported version is AGP 8.2.0-alpha14.

Tried syncing gradle

2

Answers


  1. Chosen as BEST ANSWER

    Solved by downgrading gradle version in the libs.versions.toml file, in my case, I downgraded it to "8.1.0".

    Thanks.


  2. You need to update Android Studio.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search