The project is using an incompatible version (AGP 8.3.0) of the Android Gradle Plugin. The latest supported version is AGP 8.2.1.
If you want to continue using your current Android Studio version, you can downgrade the AGP to a supported version.
Steps:
- Open your
build.gradlefile and locate:plugins { id(libs.plugins.android.application) } - CMD + Click -> Takes you to libs.version.toml
- Find the agp version at the top
- Modify version to AGP 8.2.1 (based on what ever the Latest supported version is in the error message)
- Sync Project