Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find com.android.tools.build:gradle:8.0.0

Tags:

android

gradle

I'm trying to open a project from github on android studio 2022.21.1 with gradle. I've an issue with the following message :Could not find com.android.tools.build:gradle:8.0.0

I've downloaded the 8.1.1 version and edit the local varibale environement in windows by adding the gradle path.

in the build.gradle file, I've change the classpath to 'com.android.tools.build:gradle:8.1.1'

Now i've the following error : Could not find com.android.tools.build:gradle:8.1.1. Can you have an idea ?

Thanks a lot Max

like image 752
max Avatar asked Dec 05 '25 18:12

max


1 Answers

The com.android.tools.build:gradle:$version is what we called Android Gradle Plugin (AGP), its latest stable version is 8.0.0 (Apr 13, 2023), you can check all available versions here

Compatibility with Gradle you can see here

like image 182
Drics Avatar answered Dec 08 '25 06:12

Drics



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!