任务 ':permission_handler:compileDebugJavaWithJavac' 执行失败

Posted

技术标签:

【中文标题】任务 \':permission_handler:compileDebugJavaWithJavac\' 执行失败【英文标题】:Execution failed for task ':permission_handler:compileDebugJavaWithJavac'任务 ':permission_handler:compileDebugJavaWithJavac' 执行失败 【发布时间】:2021-12-13 14:09:25 【问题描述】:

当我在 Flutter 中添加 permission_handler 插件时。 发生此错误:

FAILURE:构建失败并出现异常。

* What went wrong:
Execution failed for task 
':permission_handler:compileDebugJavaWithJavac'.   
> Compilation failed; see the compiler error output for details.

我尝试更改 plugin 的版本,也尝试运行 flutter clean 但没有成功。

如果你知道这个问题的答案。请回答这个问题。

【问题讨论】:

【参考方案1】:

android\app\build.gradle 中将 compileSdkVersion 更改为 30 或 31 可以解决此问题

【讨论】:

感谢您提供此信息。它解决了我的问题 谢谢!我有 30 个,但不得不更改为 31 个。 这一定是一个红鲱鱼,虽然..这是一个缓存问题,所以仅仅更新你的 SDK 并不能真正解决下划线问题

以上是关于任务 ':permission_handler:compileDebugJavaWithJavac' 执行失败的主要内容,如果未能解决你的问题,请参考以下文章

任务计划程序打开软件的原理

CELERY 定时任务

“异步任务然后等待任务”与“任务然后返回任务”[重复]

宏任务和微任务的执行顺序

宏任务和微任务

20230515学习笔记——js中的同步任务与异步任务,宏任务与微任务