hello everytime i try to sync gradle in android st...
# community-support
s
hello everytime i try to sync gradle in android studio it gives me this error I tried every solution by chatgpt and youtube and nth is working idk whats the problem please help 🙂 FAILURE: Build failed with an exception. * What went wrong: Execution failed for task 'GcompileKotlin'. > Could not resolve all files for configuration 'GcompileClasspath'. > Could not find com.android.tools.buildG8.11.1. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/8.11.1/gradle-8.11.1.pom - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/8.11.1/gradle-8.11.1.pom Required by: project :gradle * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more help at https://help.gradle.org. BUILD FAILED in 4s Error: Gradle task assembleDebug failed with exit code 1
p
Well, there is no Android Gradle plugin version 8.11.1, there is 8.10.0 or 8.11.0-alpha10
✅ 1
v
Don't confuse the AGP version with the Gradle version. Google unfortunately decided to call their artifact
gradle
, but its version has nothing to do with the Gradle version.
✅ 1