Gank
Gank copied to clipboard
ERROR: Unable to resolve dependency for ':client@serverDebug/compileClasspath': Could not resolve project :settings. Show Details
apkVariantData的问题解决了,但是出现这个问题,build一直不成功
:client:build.gradle里的依赖有问题,将所有的依赖做修改, eg: debugCompile project(path: ':web',configuration:'release') 改成 debugCompile project(path: ':web')