All com.android.support libraries must use the exact same version specification found versions 25.2.0, 25.0.0
After my android studio today from version 2.2.3 to 2.3 then i got this error in build.gradle on the 'com.android.support:appcompat-v7:25.2.0' dependencies. But the project still can be run. and i run a Gradle dependency report to see what my full tree of dependencies. Display as below. But i still do not know how to fix this error. Dependency Tree ------------------------------------------------------------ Project :app ------------------------------------------------------------ compile - Classpath for compiling the main sources. +--- com.github.bumptech.glide:glide:3.7.0 +--- project