当前位置:   article > 正文

Failed to calculate the value of task ‘:app:compileDebugJavaWithJavac‘ property ‘options.generatedSo_failed to calculate the value of task ':app:compil

failed to calculate the value of task ':app:compiledebugjavawithjavac' prope

报错:Failed to calculate the value of task ':app:compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'.
   > Querying the mapped value of map(java.io.File property(org.gradle.api.file.Directory, property(org.gradle.api.file.Directory, fixed(class org.gradle.api.internal.file.DefaultFilePropertyFactory$FixedDirectory, D:\project\bjdx4.0main\app\build\generated\ap_generated_sources\debug\out))) org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@5b18a93c) before task ':app:compileDebugJavaWithJavac' has completed is not supported

 背景:接收一个老Android项目,打开发现编译错误。

1.以为是项目比较老,而配的Jdk17导致的错误,查看项目用的是jdk1.8,遂安装,无果。

2.学会了在terminal使用 ./gradlew compileDebugJavaWithJavac 调试看详细信息,依然无果。

3.后来怀疑Android Studio 版本太新,准备用回之前常用的2022.1.1版本。刚下好就还没安装,最后终于找到问题。

原因:Gradle版本太高,老项目的 Android gradle plugin 是3.6.3,Android Studio打开项目默认是用的Gradle7.4。

解决方案:

将Gradle7.4降到6.1问题解决。

Gradle下载超时的话,可以用镜像站下载:http://mirrors.cloud.tencent.com/gradle/,下载之后放到C:\Users\xxx\.gradle\wrapper\dists\gradle-6.1-bin\xxx\ 目录下,xxx每个人不一样。

然后回到Android Studio 重新编译即可。

编译一个项目花了八个小时,真是吐了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/空白诗007/article/detail/735745
推荐阅读
相关标签
  

闽ICP备14008679号