gpt4 book ai didi

android - Flutter第一次构建错误:Could not open settings remapped class cache for 7yvt6la2007dno98lt3rzbguf

转载 作者:行者123 更新时间:2023-12-03 02:54:14 28 4
gpt4 key购买 nike

我刚刚下载了 Flutter,并尝试使用 Google 提供的第一个默认代码来学习模拟器。
但它根本不运行!
我安装了飞镖和 flutter 插件。
我也改变了 jcenter() 和 google() 的顺序
像这样:

buildscript {
ext.kotlin_version = '1.3.50'
repositories {
jcenter()
google()
}


dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

allprojects {
repositories {
jcenter()
google()

}
}
错误是:
Launching lib/main.dart on Android SDK built for x86 in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:
Could not open settings remapped class cache for 7yvt6la2007dno98lt3rzbguf (/Users/[myname]/.gradle/caches/5.6.2/scripts-remapped/settings_7iv4l88jiyzeatj2wku74hwcv/7yvt6la2007dno98lt3rzbguf/settings8410a2d21ed2f87c8a0398566330ee52).
> Could not open settings generic class cache for settings file '/Users/[myname]/AndroidStudioProjects/test_app/android/settings.gradle' (/Users/[myname]/.gradle/caches/5.6.2/scripts/7yvt6la2007dno98lt3rzbguf/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 568ms
Finished with error: Gradle task assembleDebug failed with exit code 1

最佳答案

如果您使用的是 Windows 10,请设置 JAVA_HOME JRE for Android Studio 的环境变量。例如:

C:\Program Files\Android\Android Studio\jre

关于android - Flutter第一次构建错误:Could not open settings remapped class cache for 7yvt6la2007dno98lt3rzbguf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60142464/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com