Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘ Could not resolve all

Posted 舒泱

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘ Could not resolve all相关的知识,希望对你有一定的参考价值。

问题

android studio 报错:
Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’. >
Could not resolve all task dependencies for configuration ‘:app:debugCompileClasspath’.

       

原因

        在网上搜了一圈,大多说的都是要改buid.gradle的内容。
        我寻思着这项目在公司都跑得通,怎么在家居家办公,拉下来的代码就跑不通了?应该不是buid.gradle的问题。看报错信息应该是什么dependencies找不到,这个工程里依赖了一些git submodule,可能是这些git子仓库没拉下来。

       

解决办法:

        在IDE的terminal 运行 git submodule update --init --recursive ,更新项目中的所有子仓库,重新build,就能运行了。

       
       

        如果你的项目没有依赖git子仓库,那肯定不是这个原因,也不是上面这个解决方法。其他原因可参考:Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac’

以上是关于Could not determine the dependencies of task ‘:app:compileDebugJavaWithJavac‘ Could not resolve all的主要内容,如果未能解决你的问题,请参考以下文章

Could not reliably determine the server's fully qualified domain name

Could not reliably determine the server's fully qualified domain name

httpd: Could not reliably determine the server's fully

Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

Could not determine the dependencies of task ':shared_preferences:compileDebugAidl

解决报错httpd: Could not reliably determine the server‘s fully qualified domain name