JOHN JOHNNNY

JOHN JOHNNNY

  • NA
  • 190
  • 134.6k

How to make glide work in gradle

Mar 30 2018 11:53 AM
When i tried testing an app in my emulator i saw the below error message in my android studio

Error:Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'.
> Could not resolve com.github.bumptech.glide:compiler:4.6.1.
Required by:
project :app
> Could not resolve com.github.bumptech.glide:compiler:4.6.1.
> Could not get resource 'https://dl.google.com/dl/android/maven2/com/github/bumptech/glide/compiler/4.6.1/compiler-4.6.1.pom'.
> Could not GET 'https://dl.google.com/dl/android/maven2/com/github/bumptech/glide/compiler/4.6.1/compiler-4.6.1.pom'.
> dl.google.com
> Could not resolve com.github.bumptech.glide:compiler:4.6.1.
> Could not get resource 'https://jcenter.bintray.com/com/github/bumptech/glide/compiler/4.6.1/compiler-4.6.1.pom'.
> Could not GET 'https://jcenter.bintray.com/com/github/bumptech/glide/compiler/4.6.1/compiler-4.6.1.pom'.
> jcenter.bintray.comError:Could not resolve all files for configuration ':app:debugAnnotationProcessorClasspath'.

Answers (2)