종속성 'com.android.support:support-annotations'와 충돌합니다. 앱 (23.1.0) 및 테스트 앱 (23.0.1)의 해결 된 버전이 다릅니다. 빌드 할 때 다음 오류가 발생합니다. Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.0) and test app (23.0.1) differ. 이것들은 내 gradle 의존성입니다. dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:support-v4:23.1.0' compile 'co..