0

When I install Gradle offline it shows me this error message:

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$Artifact Resolve Exception: Could not resolve all artifacts for configuration ':class path'.
zappee
  • 16,326
  • 13
  • 62
  • 109
A B D O
  • 1
  • 1
  • Does this answer your question? [Android studio 3.2.1 ArtifactResolveException: Could not resolve all artifacts for configuration ':classpath'](https://stackoverflow.com/questions/53932195/android-studio-3-2-1-artifactresolveexception-could-not-resolve-all-artifacts-f) – s.k May 12 '20 at 15:33

1 Answers1

0

Just turn off the Toggle Offline Mode

enter image description here

for more refer this link

Flying Dutchman
  • 335
  • 5
  • 12
  • when I turn off the Toggle Offline Mode show me these two message org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all artifacts for configuration ':classpath'. org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.android.tools.build:gradle:3.6.2. – A B D O May 12 '20 at 09:10
  • do u have a great internet connection – Flying Dutchman May 12 '20 at 11:19