Как заставить glide работать в gradle
Когда я попытался протестировать приложение в своем эмуляторе, я увидел следующее сообщение об ошибке в моей 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'.
Что я уже пробовал:
Я попробовал поискать в google и stackoverflow
wseng
разместите свое скольжение здесь
Member 10627743
зависимости {
реализация fileTree(dir: 'libs', include: ['*.jar'])
реализация 'com.android.support:appcompat-v7:27.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
// Библиотека скольжения
скомпилируйте 'com.github.bumptech.glide:glide:4.6.1'
аннотационный процессор 'com.github.bumptech.glide:компилятор:4.6.1'
// Библиотека волейбола
скомпилируйте 'com.android.volley:volley:1.0.0'
// Библиотека Recyclerview
скомпилируйте 'com.android.support:recyclerview-v7:27.0.2'
}