zzlandroid
Results
3
comments of
zzlandroid
:client:build.gradle里的依赖有问题,将所有的依赖做修改, eg: debugCompile project(path: ':web',configuration:'release') 改成 debugCompile project(path: ':web')
删掉.idea文件夹, clean后, 将andResGuard {}注释后再来build
i have the same issue as yours