简体   繁体   English

我有一个构建我的颤振应用程序的道具

[英]I have a prop with building my flutter app

When I run my app an error message below is shown:当我运行我的应用程序时,会显示以下错误消息:

Launching lib\main.dart on AOSP on IA Emulator in debug mode…
lib\main.dart

FAILURE: Build failed with an exception.

What went wrong:
Could not open settings remapped class cache for bq3hllkgb26p0nrblf5gh8d37 (C:\Users\amabd.gradle\caches\5.6.2\scripts-remapped\settings_dok3hc1t57922ptib73pz9y10\bq3hllkgb26p0nrblf5gh8d37\settings8410a2d21ed2f87c8a0398566330ee52).
Could not open settings generic class cache for settings file ‘D:\projects\flutter\photo\photos\android\settings.gradle’ (C:\Users\amabd.gradle\caches\5.6.2\scripts\bq3hllkgb26p0nrblf5gh8d37\settings\settings8410a2d21ed2f87c8a0398566330ee52).
BUG! exception in phase ‘semantic analysis’ in source unit ‘BuildScript’ Unsupported class file major version 57

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
BUILD FAILED in 3s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Could anyone help me to solve this problem?谁能帮我解决这个问题?

Go to this folder and delete all cached files.转到此文件夹并删除所有缓存文件。

  C:\Users\amabd.gradle\caches

Then try to restart the project.然后尝试重新启动项目。

我得到了答案.. 你应该删除 flutter SDK 并重新安装它。然后通过以下方式对其进行最后更新:

flutter upgrade

I have the same problem after hours of searching and removing android studio.经过数小时的搜索和删除 android studio 后,我遇到了同样的问题。 I downgraded java to java-8 and set java_home in OS and it worked like a charm.我将 java 降级为 java-8 并在 OS 中设置 java_home ,它就像一个魅力。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM