Error:Unable to resolve dependency for ':[email protected]

Error:Unable to resolve dependency for ':[email protected]

miniminiming关注

2018.02.23 14:55:27字数 97阅读 1,308

Error:Unable to resolve dependency for ':[email protected]/compileClasspath': Could not resolve project :baseframe.
<a href="openFile:D:/androidstudio_workspace/3DFaceAvatar_One/app/build.gradle">Open File</a>
<a href="Unable to resolve dependency for ':[email protected]/compileClasspath': Could not resolve project :baseframe.">Show Details</a>

这种异常是因为:

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

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

 

Error:Unable to resolve dependency for ':[email protected]

image.png

 

 

 

转自:https://www.jianshu.com/p/c345a3ab44c5  侵删

相关文章:

  • 2021-10-09
  • 2021-07-12
  • 2021-05-20
  • 2021-03-30
  • 2021-04-03
  • 2021-12-29
  • 2021-06-17
  • 2021-09-29
猜你喜欢
  • 2021-05-26
  • 2021-04-22
  • 2021-12-31
  • 2021-08-14
  • 2021-07-10
相关资源
相似解决方案