본문 바로가기
개발/경험한 에러들

안드로이드 could not parse the android application module's gradle config. resolve gradle build issues and/or resync

by 슴새 2021. 8. 9.
반응형

안드로이드 스튜디오에서 파이어베이스 연결하려고 했는데 갑자기 

could not parse the android application module's gradle config. resolve gradle build issues and/or resync

라는 경고가 뜨면서 연결이 안됐다.

 

implementation을 compile이라 썼거나 데이터바인딩 설정 관련해서 문제가 있을때도 이 에러가 뜨는 모양이지만 난 해당 사항 없었다.

방금 막 만든 빈 프로젝트라 딱히 건드린 설정도 없었음...

 

해결법은 build.gradle-project에 들어가서 jcenter() 를 주석처리하고 sync 해주는 것이다. 

이후 다시 연결해보니 성공적으로 진행됐다.

 

일단 연결만 끝나고 나면 jcenter()은 다시 살려줘도 상관없는 듯 하다. 

 

참고

https://stackoverflow.com/questions/45279479/error-could-not-parse-the-android-application-modules-gradle-config

 

Error: Could not parse the Android application Module's Gradle Config

I've been trying to setup Firebase in my Android project. Problem is, I've been getting this error: Could not parse the Android application Module's Gradle Config And I really can't solve it. I'v...

stackoverflow.com

 

반응형

댓글