사용 툴 : Android studio 2.3.2 OS : Mac, 그러나 Windows도 같은 상황이 발생할 수 있음 1. 문제 :Failed to resolve:junit:junit:4.1새프로젝트 생성시 위와같은 에러가 나며 빌드가 되지 않음 2.해결방안 : build.gradle의 repositories를 바꿔야함 1) build.gradle 파일 내부(변경전)// Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:..