netology-code / netology-code/andin-homeworks
Connection Glaid
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 8
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Подключение Glide
При запуске приложения выдает ошибку:
Execution failed for task ‘:app:dataBindingMergeDependencyArtifactsDebug’.
Could not resolve all files for configuration ‘:app:debugCompileClasspath’.
Could not find androidx.exifinterface:exifinterface:1.3.6.
Required by:
project ':app’
project ‘:app’ > com.github.bumptech.glide:glide:4.16.0
Possible solution:
Declare repository providing the artifact, see the documentation at docs.gradle.org...ories.html
Как я понял не получается подключиться к репозитарию гугл и получить androidx.exifinterface:exifinterface:1.3.6. Как скачать эту библиотеку без подключения к Google?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the app module's Gradle repository and dependency declarations, then reproduce the :app:dataBindingMergeDependencyArtifactsDebug failure for the debugCompileClasspath. Check how the androidx.exifinterface:exifinterface:1.3.6 dependency required by Glide is resolved. Done means the debug build resolves the dependency without the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100