You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':path_provider_android:compileDebugJavaWithJavac'.
> Could not resolve all files for configuration ':path_provider_android:androidJdkImage'.
> 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/tauseef/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/tauseef/.gradle/caches/transforms-3/d9e926982c2c139ff9125eb7b6be4144/transformed/output/temp/jmod --add-modules java.base --output /Users/tauseef/.gradle/caches/transforms-3/d9e926982c2c139ff9125eb7b6be4144/transformed/output/jdkImage --disable-plugin system-modules}
The text was updated successfully, but these errors were encountered:
Android Studio Ladybug | 2024.2.1 Patch 2
Build #AI-242.23339.11.2421.12550806, built on October 24, 2024
Linux 6.8.0-49-generic
Steps to reproduce:
1.- Create a new empty Flutter project.
2.- Run app in android emulator.
3.- Stop ejecution
4.- Add google_fonts to pubspec.yaml (google_fonts: ^6.2.1)
5.- Run project again. It is no necesary to add a font to the project
6.- I get the following error:
Execution failed for task ':path_provider_android:compileDebugJavaWithJavac'.
Could not resolve all files for configuration ':path_provider_android:androidJdkImage'.
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: /home/arsabe75/Android/Sdk/platforms/android-34/core-for-system-modules.jar.
> Error while executing process /home/arsabe75/ASBKU/SOFT/android-studio/jbr/bin/jlink with arguments {--module-path /home/arsabe75/.gradle/caches/transforms-3/4a46fc89ed5f9adfe3afebf74eb8bfeb/transformed/output/temp/jmod --add-modules java.base --output /home/arsabe75/.gradle/caches/transforms-3/4a46fc89ed5f9adfe3afebf74eb8bfeb/transformed/output/jdkImage --disable-plugin system-modules}
Package
All packages
Existing issue?
What happened?
Expected vs actual result:
Steps to reproduce:
Relevant log output
The text was updated successfully, but these errors were encountered: