Gradle error while run application in vscode

Viewed 23

i've got an gradle error while i want to run my application in vs code : problem occurred configuring root project 'android'.

Could not resolve all files for configuration ':classpath'. Could not find com.android.tools.build:gradle:4.1.1. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/4.1.1/gradle-4.1.1.pom Required by:

the java verion on my system: 18.0.2.1 the gradle that i make an environment variable in my system is: 7.5.1

i try anything that i faound in the internet but it still not fixed.

i'll be appreciate if you can help me

0 Answers
Related