Mubashar Hussain
03/11/2024, 5:58 PMCould not resolve all files for configuration 'react native firebase authdebugCompileClasspath'.> Failed to transform annotation-experimental-1.4.0.aar (androidx.annotationannotation experimental1.4.0) to match attributes {artifactType=android-symbol-with-package-name, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-api}. > Execution failed for JetifyTransform: /Users/apple/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-experimental/1.4.0/c7a2038d831d0cfbfb9a440890b287c2e839ecf/annotation-experimental-1.4.0.aar. > Failed to transform '/Users/apple/.gradle/caches/modules-2/files-2.1/androidx.annotation/annotation-experimental/1.4.0/c7a2038d831d0cfbfb9a440890b287c2e839ecf/annotation-experimental-1.4.0.aar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 61. (Run with --stacktrace for more details.) Suggestions: - Check out existing issues at https://issuetracker.google.com/issues?q=componentid:460323&s=modified_time:desc, it's possible that this issue has already been filed there. - If this issue has not been filed, please report it at https://issuetracker.google.com/issues/new?component=460323 (run with --stacktrace and provide a stack trace if possible). * 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 52s error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details. Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. I am still getting this error
Philip W
03/11/2024, 6:12 PMUnsupported class file major version 61
=> You are running Gradle with JVM 17, but JVM 17 is only supported by Gradle 7.3+Mubashar Hussain
03/11/2024, 6:32 PMPhilip W
03/11/2024, 7:11 PMVampire
03/11/2024, 9:04 PMVampire
03/11/2024, 9:05 PMUnsupported class file major version 61
is coming during an artifact transformVampire
03/11/2024, 9:06 PMannotation-experimental-1.4.0.aar'
and this aar
in its included lint.jar
contains classes that are compiled with class file version 61Vampire
03/11/2024, 9:07 PMVampire
03/11/2024, 9:07 PM