flutter:Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.

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“命令



posted @ 2020-03-25 00:00  中国人醒来了  阅读(10504)  评论(0编辑  收藏  举报