투케이2K

87. (TWOK/ERROR) [Android] 빌드 에러 - Could not determine the dependencies .. library will be unknown 본문

투케이2K 에러관리

87. (TWOK/ERROR) [Android] 빌드 에러 - Could not determine the dependencies .. library will be unknown

투케이2K 2022. 7. 25. 08:49

[환경 설정 및 설명]

프로그램 : AndroidStudio

설 명 : 빌드 에러 - Could not determine the dependencies .. library will be unknown

 

[에러 원인]

1. 안드로이드 스튜디오 빌드 시 PC에 인터넷 연결이 되어있지 않아서 build gradle 라이브러리 빌드가 정상적으로 되지 않는 이슈

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[20.2.
  0]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.

 

[해결 방법]

1. PC 인터넷 연결 상태 확인

2. 안드로이드 스튜디오 종료 후 다시 재수행 실시

 

 
 
반응형
Comments