- Edited
Hi everyone
What does this error message mean in Godot 4?
General error during conversion: Unsupported class file major version 64
java.lang.IllegalArgumentException: Unsupported class file major version 64
I got it while trying to export my game to an AAB file. I can export to APK and do a remote debug, but always get that error message when I try export to AAB.
I followed the steps at
https://developer.android.com/games/engines/godot/godot-export
and tried updating Android Studio and Open JDK, but still get the message.
How can I fix it?
I don't get that error messsage in Godot 3.x.
Thanks