Failed to calculate the value of task ‘:unityLibrary:compileDebugJavaWithJavac‘
在打包时出现了如下问题:Failed to calculate the value of task '
compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'
这个是由于 Gradle 版本导致的,Gradle 7.x 及以上版本进行了更新,将 Gradle 版本下调至 6.x 版本即可解决。
还没有评论,来说两句吧...