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
What went wrong:
Could not determine the dependencies of task ':launcher:lintVitalRelease'.
Could not resolve all artifacts for configuration ':launcher:debugRuntimeClasspath'.
Failed to transform inmobi-10.7.7.0.aar (com.google.ads.mediation:inmobi:10.7.7.0) to match attributes {artifactType=android-manifest, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
> Execution failed for JetifyTransform: C:\Users\lbncf.gradle\caches\modules-2\files-2.1\com.google.ads.mediation\inmobi\10.7.7.0\86c241245ef06471372e4b5f5cb6105dfe38e800\inmobi-10.7.7.0.aar.
> Failed to transform 'C:\Users\lbncf.gradle\caches\modules-2\files-2.1\com.google.ads.mediation\inmobi\10.7.7.0\86c241245ef06471372e4b5f5cb6105dfe38e800\inmobi-10.7.7.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.
The text was updated successfully, but these errors were encountered:
Hi @liiyau I think you might be running into a compatibility conflict between gradle and java. Newer android libraries depend on newer gradle / java versions where older Unity engines use older versions of gradle / java and the Unity engine versions are not forward compatible. We are currently working on a doc describing the issue in debt.
As a work around I suggest you upgrade to a newer version of Unity (2023) or export the project to Android Studio and manually set the project to use Java 17 and a newer gradle version
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':launcher:lintVitalRelease'.
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.
The text was updated successfully, but these errors were encountered: