All com.android.support libraries must use the exact same version specification : 27.0.2
问题 After updating targetSdkVersion to 27 I got this error message. All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 27.0.2, 25.2.0. Examples include com.android.support:animated-vector-drawable:27.0.2 and com.android.support:support-media-compat:25.2.0 I understand that I should update com.android.support:support-media-compat but I dont know how because I am not using it in build.gradle , I tried to