Godot Version
Godot_v4.1.1-stable_win64
Question
I managed to export the .apk file (not use “Gradle Build”) and it ran successfully on several smartphones, but I had a problem when exporting the .abb file.
The error message that appears is:
0 param: --xr_mode_regular
1 param: --use_immersive
ERROR: Export: Building of Android project failed, check output for the error. Alternatively visit docs.godotengine.org for Android build documentation.
The following is the jdk information used:
C:\Users\Nopal>java -version
openjdk version "21.0.2" 2024-01-16 LTS
OpenJDK Runtime Environment Temurin-21.0.2+13 (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.2+13 (build 21.0.2+13-LTS, mixed mode, sharing)
Apart from that, I have also installed Android Studio Hedgehog and OpenJDK.
Please help me, what should I do?
Thanks.