TedBottomPicker icon indicating copy to clipboard operation
TedBottomPicker copied to clipboard

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Open Yunhyeonjin4777 opened this issue 1 year ago • 1 comments

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

빈 안드로이드 프로젝트 dependencies에

implementation 'gun0912.ted:tedbottompicker:2.0.1' 만 추가했을 뿐인데 위와 같은 에러가 뜹니다. 어떤 에러인지 아시는 분 있을까요.

현재 안드로이드 SDK는 33이고, 32,31 낮춰서 시도를 해봤지만 동일한 에러가 뜹니다 그리고 tedbottompicker:2.0.1 버전도 2.0.0, 1.0,1, 1,0,0 다 시도를 해봤지만 같은 에러가 뜹니다..

Yunhyeonjin4777 avatar Mar 15 '23 08:03 Yunhyeonjin4777

implementation 'io.github.ParkSangGwon:tedbottompicker:2.0.1' 이렇게 해보시겠어요?

eeore avatar Jul 03 '23 04:07 eeore