Hello, this error is almost killing me Launching ...
# community-support
s
Hello, this error is almost killing me Launching lib\main.dart on 24116RACCG in debug mode... Running Gradle task 'assembleDebug'... FAILURE: Build failed with an exception. * Where: Settings file 'D:\Flutter_Work\hic\android\settings.gradle.kts' line: 19 * What went wrong: Error resolving plugin [id: 'dev.flutter.flutter-plugin-loader', version: '1.0.0']
A problem occurred configuring project ':gradle'.
> Could not resolve all artifacts for configuration 'Gclasspath'. > Failed to transform kotlin-compiler-embeddable-1.9.24.jar (org.jetbrains.kotlinkotlin compiler embeddable1.9.24) to match attributes {artifactType=jar, org.gradle.category=library, org.gradle.internal.instrumented=instrumented-and-upgraded, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. > Execution failed for ExternalDependencyInstrumentingArtifactTransform: C:\Users\STEVE\.gradle\caches\8.10.2\transforms\9478a9a76c123b2f65189f158657fc62\transformed\merge\instrumentation-dependencies.bin. > java.lang.IllegalStateException: Could not serialize types map to a file: C:\Users\STEVE\.gradle\caches\8.10.2\transforms\9478a9a76c123b2f65189f158657fc62\transformed\merge\instrumentation-dependencies.bin * 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 2s Error: Gradle task assembleDebug failed with exit code 1
v
Did you follow the recommendations in the error message? If not, why not? If yes, why don't you provide the additional information? Especially the
--stacktrace
or if possible much better a build
--scan
URL.