[Android] Could not resolve all files for configuration ':app:debugCompileClasspath'.

2022. 12. 26. 23:14·Android/이슈 처리
반응형

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
'Android/이슈 처리' 카테고리의 다른 글
  • [Android] error: To use Coroutine features, you must ···
  • [Android] Duplicate class androidx.lifecycle ···
  • [Android] Could not find method kapt() for arguments ···
  • [Android] Unsupported Modules Detected
O_Gyong
O_Gyong
안드로이드 기술 정리
  • O_Gyong
    O_Gyong's TECH
    O_Gyong
    • 분류 전체보기 (79)
      • Android (56)
        • ADB (4)
        • AddView (1)
        • Architecture (1)
        • Bluetooth (2)
        • BuildConfig (1)
        • Calendar (3)
        • Camera (2)
        • Cipher (1)
        • Compose (1)
        • ConstraintSet (1)
        • DataStore (1)
        • Dialog (1)
        • DrawerLayout (1)
        • Flow (1)
        • Glide (1)
        • MQTT (2)
        • Paging3 (4)
        • Permission (1)
        • SharedPreferences (3)
        • RecyclerView (5)
        • Room (1)
        • Splash (1)
        • TabLayout (2)
        • TextWatcher (1)
        • Update (1)
        • 이슈 처리 (13)
      • Android Studio (5)
      • Firebase (1)
      • Git (3)
      • 작업 일지 (13)
  • 최근 글

  • 인기 글

  • 태그

    Android Studio
    Android
    compose
    firebase
    loading
    SharedPreferences
    issue
    CameraX
    Andoird
    kizitonwose
    Paging3
    BLE
    recyclerview
    github
    MQTT
    해상도
    GIT
    flow
    Pagination
    CalendarView
    Bluetooth
    Room
    Kotlin
    ADB
    webview
    hilt
    Navigation
    in-app update
    paging
    TabLayout
  • 링크

    • GitHub
  • 블로그 메뉴

    • 홈
    • 태그
    • 방명록
  • hELLO· Designed By정상우.v4.10.4
O_Gyong
[Android] Could not resolve all files for configuration ':app:debugCompileClasspath'.
상단으로

티스토리툴바