Android studio New Project gradle sync failed, Could not find auto-value.jar

programs that can be run at home will not work at school

the latest version of the android studio 3.1.4 gradle is 4.4

related codes

buildscript {


repositories {
    jcenter()
    google()
}
dependencies {
    classpath "com.android.tools.build:gradle:3.1.3"
    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}

allprojects {

repositories {
    jcenter()
    google()
}

}

task clean (type: Delete) {

delete rootProject.buildDir

}

error message

Could not find auto-value.jar (com.google.auto.value:auto-value:1.5.2).
Searched in the following locations:

https://jcenter.bintray.com/com/google/auto/value/auto-value/1.5.2/auto-value-1.5.2.jar

Jun.04,2021
Try

classpath to 3.1.4.
and whether your google () is repeated, delete the google in allprojects.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b357cd-2bfaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b357cd-2bfaf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?