目标kernel_snapshot失败:异常:创建快照时出错:空构建失败 [英] Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed

查看:101
本文介绍了目标kernel_snapshot失败:异常:创建快照时出错:空构建失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经更新到最新的flutter更新.当我要启动项目时,它返回一个错误.该项目取决于多个存储库,我不知道这是为什么.我尝试了多种解决方案,但它们不能解决错误.希望可以有人帮帮我.谢谢.

I have updated to the latest flutter update. When I want to start the project, it returns an error. The project depends on several repositories and I don't know if that is why. I have tried multiple solutions but they do not solve the error. Hope someone can help me. thanks.

编译器消息:

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/mvvm-0.1.7/lib/view_context_helpers/logical.dart:151:25: Error: The function expression type 'Widget Function(BuildContext, Null, Widget) Function(TValue)' isn't of expected type 'Widget Function(BuildContext, TValue, Widget) Function(TValue)'.

 - 'Widget' is from 'package:flutter/src/widgets/framework.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/framework.dart').
 - 'BuildContext' is from 'package:flutter/src/widgets/framework.dart' ('/C:/src/flutter/packages/flutter/lib/src/widgets/framework.dart').
Change the type of the function expression or the context in which it is used.
              selector: (TValue value) =>
                        ^
Target kernel_snapshot failed: Exception: Errors during snapshot creation: null
build failed.

FAILURE: Build failed with an exception.

* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 780

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BU�LD FAILED in 31s
Finished with error: Gradle task assembleDebug failed with exit code 1

推荐答案

我发现了此问题问题 TL:DR这是一个摘要

i found this issue issue TL:DR here is a summary

您的本地引擎构建颤振/引擎和框架+工具颤振/颤振似乎不同步:您从添加 SemanticsFlag.isLink 后的一个引擎开始使用,但是一个框架/tool进入框架之前.

It looks like your local engine build flutter/engine and framework + tool flutter/flutter are out of sync: You're using an engine from when after SemanticsFlag.isLink was added, but a framework/tool from before it rolled into the framework.

您需要确保使用兼容的引擎和框架.在这种情况下,您需要将Flutter/Flutter更新为新版本,或者将Flutter/Engine回滚为旧版本. 42356

You need to ensure that you're using compatible engines and frameworks. In this case, you need to either update flutter/flutter to a newer version or roll back flutter/engine to an older version.42356

这篇关于目标kernel_snapshot失败:异常:创建快照时出错:空构建失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆