you sir, is great…
works for me ! thanks a lot
Hi guys not Working for me
please help
Error:-
A problem occurred configuring root project ‘android’.
Could not resolve all artifacts for configuration ‘:classpath’.
Could not find com.android.tools.build:gradle:4.10.3.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.pom
- https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.jar
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.pom
- https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.jar
- https://jcenter.bintray.com/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.pom
- https://jcenter.bintray.com/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.jar
- https://maven.google.com/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.pom
- https://maven.google.com/com/android/tools/build/gradle/4.10.3/gradle-4.10.3.jar
Required by:
project :
-
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 6s
[ERROR] An error occurred while running subprocess cordova.
cordova.cmd build android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
Settings:
buildscript {
repositories {
mavenCentral()
google()
jcenter()
maven {
url “https://maven.google.com”
}
}
dependencies {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:4.10.3'
}
}
Thanks, work for me …
This was a perfect solution @ekoz. But had to make one change. Rather than using http://jcenter.bintray.com, had to change it to https://jcenter.bintray.com. it needs to be https and not http.
Worked for me. Thanks!
thank its worked for me
Worked for me too. Thank You very much… ![]()
Works for me. Saved my days.
Hello all,
When running the command gradlew.bat build,
I have the same error 5 days ago and I am searching some
solutions and nothing could not resolve it.
It takes much time
I need help as soon as possible .