I installed android studio 3.5 and gradle 5.4.1 installed automatically and successfully, but after that sync fails and a problem appears every time :
((( ERROR: Could not find com.android.tools.build:gradle:3.5.0. Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.jar
- https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom
- https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.jar Required by: project : Open File )))
and my build.gradle file is like this : build.gradle file
Noting that I tried many android studio versions and same problem appears.
Any solutions please ?