gpt4 book ai didi

android-studio - 任务':app:compileDebugJavaWithJavac和AnnotationProcessorDetector的执行失败

转载 作者:行者123 更新时间:2023-12-03 06:28:20 34 4
gpt4 key购买 nike

失败:生成失败,发生异常。

  • 出了什么问题:
    任务':app:compileDebugJavaWithJavac'的执行失败。

  • Could not create service of type AnnotationProcessorDetector using JavaGradleScopeServices.createAnnotationProcessorDetector().Unexpected lock protocol found in lock file. Expected 3, found 0.


  • 尝试:
    使用--stacktrace选项运行以获取堆栈跟踪。使用--info或--debug选项运行,以获取更多日志输出。与--scan一起运行以获取完整的见解。
  • https://help.gradle.org上获得更多帮助

  • 在4m 10s内失败

    最佳答案

    将此代码放在android块中的应用程序级别build.gradle中。

     compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
    }

    关于android-studio - 任务':app:compileDebugJavaWithJavac和AnnotationProcessorDetector的执行失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64785477/

    34 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com