Hello !

I am trying to export to .aab file for google play upload. But I keep getting this error.

I have:
Android Studio Ladybug | 2024.2.1 Patch 3. Gradle 8.9.
Java JDK-23

I have reinstalled many times but still same error. Any ideas? Thank you !

///////////////////

  • editor/export/editor_export_platform.h:182 - Export: Building of Android project failed, check output for the error:
  • Starting a Gradle Daemon, 2 incompatible and 1 stopped Daemons could not be reused, use --status for details
  • FAILURE: Build failed with an exception.
    • What went wrong:
  • Could not open cp_settings generic class cache for settings file 'C:\Users\Casa\OneDrive - Aplitec Ingenieria\000-Godot\0- Saturn App\Saturn64 gd4.3\android\build\settings.gradle' (C:\Users\Casa.gradle\caches\8.2\scripts\4q30sfjl9o9m0vidtnj8l2d8l).

BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 67

/////////////////

I fixed it. My solution to this and many other weird export errors was to adhere to the versions shown in the Godot 4.3 documentation (https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html):

-- java jdk 17
-- Android Studio Iguana (version 2023.2.1) (https://android-studio.en.uptodown.com/windows/download/1001450043)
After downloading, let AS download the SDK, and then in File, Project Structure, pick Gradle 8.4 and let it download it.

It seems newer versions of JDK and AS have incompatibilities.

Update: App does not work with Android 13, only 14. This .abb export is full of bugs everywhere.