任务 ':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' 执行失败的主要内容,如果未能解决你的问题,请参考以下文章