zzlandroid

Results 3 comments of zzlandroid

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

i have the same issue as yours