我最近将我的项目升级到了
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
和
compileSdkVersion 33
targetSdkVersion 33
从那以后,我一直在处理构建问题,在添加我能想到的每个标志后,当前的一般构建错误是说
consumer-lib:compileDebugJavaWithJavac' has completed is not supported
我试着让现金无效,重新启动,清理项目,以及我能想到的所有其他想法
我还能尝试解决这个问题吗?你知道那里出了什么问题吗?
尝试将buildToolsVersion
升级到"33.0.1"
。另外,到目前为止,我更喜欢使用发行版Url=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
。
作为进一步调查的线索,此错误消息上其他线程上的常见链接似乎是版本不兼容:例如:https://stackoverflow.com/a/68089083/7632432或https://github.com/tensorflow/tensorflow/issues/55485#issuecomment-1097311224
看起来您已经将版本明确设置为受支持的配置,但可能会尝试重新创建项目(听起来您可能已经这样做了)或尝试稍微更改版本以尝试获得不同的输出。