Error:Unable to resolve dependency for ':app@

Error:Unable to resolve dependency for ':app@lintOptions/compileClasspath': Could not resolve project :baseframe.
Open File
Show Details

这种异常是因为:

主项目的buildTypes与它依赖的项目的buildTypes节点内设定不一样
点开异常details,将不一致的东西修改成一致的即可

图中的问题就是被依赖的项目里比主项目里少了这个一块


Error:Unable to resolve dependency for ':app@_第1张图片
image.png

你可能感兴趣的:(Error:Unable to resolve dependency for ':app@)