hello what is wrong here if i may ask this popped ...
# community-support
m
hello what is wrong here if i may ask this popped up when i added google maps into my flutter * What went wrong: Execution failed for task 'flutter plugin android lifecyclecompileDebugJavaWithJavac'.
Could not resolve all files for configuration 'flutter plugin android lifecycleandroidJdkImage'.
> Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for JdkImageTransform: /Users/martinhaluska/Library/Android/sdk/platforms/android-34/core-for-system-modules.jar. > Error while executing process /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/jlink with arguments {--module-path /Users/martinhaluska/.gradle/caches/transforms-3/fd4e2b69c2691a24d99d2b3c10c60f94/transformed/output/temp/jmod --add-modules java.base --output /Users/martinhaluska/.gradle/caches/transforms-3/fd4e2b69c2691a24d99d2b3c10c60f94/transformed/output/jdkImage --disable-plugin system-modules}
v
Well, something your build is doing is failing. But it is something Android specific it seems. But hopefully you just need to scroll up to find the error message, or maybe use
--info
or
--debug
. You can also try to manually invoke the command it said failed to maybe get the actual error message.