Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugCompileClasspath'.
에러가 발생했는데, build.gradle(Project) 파일에 jcenter() 를 추가하여 해결했다.
repositories {
google()
jcenter()
mavenCentral()
}
'Android > 이슈 처리' 카테고리의 다른 글
[Android] Permission denied (publickey). (0) | 2023.03.08 |
---|---|
[Android] error: To use Coroutine features, you must ··· (0) | 2023.01.26 |
[Android] Duplicate class androidx.lifecycle ··· (0) | 2023.01.09 |
[Android] Could not find method kapt() for arguments ··· (0) | 2023.01.06 |
[Android] Unsupported Modules Detected (0) | 2022.11.21 |
댓글