www.cftea.com

has different version for the compile and runtime

ITPOW2018/6/22 9:58:49
Android dependency 'com.android.support.constraint:constraint-layout' has different version for the compile (1.0.2) and runtime (1.1.2) classpath. You should manually set the same version via DependencyResolution

原来两个 module 中的 gradle 中配置的 com.android.support.constraint:constraint-layout 版本不一样。改成一样就可以了。

<<返回首页<<