TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
JOHN JOHNNNY
NA
190
139.4k
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'.
Reply
Answers (
2
)
App has stopped
How to play youtube video from a url in json file