Gank icon indicating copy to clipboard operation
Gank copied to clipboard

ERROR: Unable to resolve dependency for ':client@serverDebug/compileClasspath': Could not resolve project :settings. Show Details

Open wudouxingjun opened this issue 6 years ago • 1 comments

apkVariantData的问题解决了,但是出现这个问题,build一直不成功

wudouxingjun avatar Aug 09 '19 08:08 wudouxingjun

:client:build.gradle里的依赖有问题,将所有的依赖做修改, eg: debugCompile project(path: ':web',configuration:'release') 改成 debugCompile project(path: ':web')

zzlandroid avatar Aug 28 '19 10:08 zzlandroid