Target kernel_snapshot failed: Exception: Errors during snapshot creation: null build failed

前端 未结 3 1402
醉酒成梦
醉酒成梦 2021-01-20 04:53

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

3条回答
  •  遥遥无期
    2021-01-20 05:33

    Solution 1
    1.Ensure compatible engines and frameworks. 
    2.Update flutter or install flutter to a newer version, 
    
    still issue persists,  Roll back flutter or engine to an older version.
    
    Best solution to fix by time saving but not preferable, please follow 
    
    Solution 2
    1. Download latest version flutter sdk and setup.
    2. Fix it by creating a new project and copying the code from the old one. 

    For more details refer the below link

    http://codekhichdi.com/flutter/target-kernel_snapshot-failed-exception-errors-during-snapshot-creation-null

提交回复
热议问题