Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
轉 https://blog.csdn.net/qq_16247851/article/details/88842094
AILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not create service of type AnnotationProcessorDetector using JavaGradleScopeServices.createAnnotationProcessorDetector().
刪除目錄下.gradle文件夾,然后clean,重新編譯即可
注意,這里的.gradle文件夾是指當前app下android目錄下的.gradle
clean操作是指在當前app根目錄下運行”flutter clean“命令