app 모듈의 build.gradle에서 라이브러리 implementation 시 발생하는 에러 메세지이다.해당 에러가 보여도 앱의 구동에는 일반적으로 문제가 없으나 발간 에러 표시는 보기가 싫어진다. com.android.support 의 라이브러리 버전을 섞어 사용하지 말고 통일해서 사용하라는 소리의 에러이다. 에러 전체 메세지의 예제.All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 28.0.0-rc02, 28.0.0-rc01, 27.0.2. Examples include com.android.su..