Android dependency 'com.android.support:support-compat' has different version for the compile (25.3.

Android dependency 'com.android.support:support-compat' has different version for the compile (25.3.0) and runtime (28.0.0) classpath. You should manually set the same version via DependencyResolution

 

 

解决方法:

在build.gradle中添加如下

implementation("com.android.support:support-compat:28.0.0")

你可能感兴趣的:(遇见的问题)