안드로이드 could not parse the android application module's gradle config.1 안드로이드 could not parse the android application module's gradle config. resolve gradle build issues and/or resync 안드로이드 스튜디오에서 파이어베이스 연결하려고 했는데 갑자기 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()은 다시 살려줘도 .. 2021. 8. 9. 이전 1 다음 반응형