Android dependency 'com.android.support:support-v4' has different version for the compile (25.3.1) and runtime (25.4.0) classpath.

Run a Gradle dependency,

./gradlew -q dependencies :dependencies --configuration compile

Example:

./gradlew -q dependencies app:dependencies --configuration compile

It will show you what is the wrong, and if you change it the error disappeared after removing.

详细内容见:
https://stackoverflow.com/questions/44540343/android-dependency-com-android-supportsupport-compat-has-different-version-fo

你可能感兴趣的:(Android dependency 'com.android.support:support-v4' has different version for the compile (25.3.1) and runtime (25.4.0) classpath.)