This message was deleted.
# community-support
s
This message was deleted.
c
A few hints here. Check that you’re config points to the java home (not the binary) and that it’s the correct arch (32 or likely 64-bit).
t
Thanks. Yup. Tried just the folder, too. I don't have a gradle app, per se, to check that environment setting... just Godot.
c
perhaps revert to the JDK that was working previously? Unfamiliar with godot and how to further diagnose, sorry.
t
no worries. Thanks for the quick response!
For reference for anyone who needs it. Apparently it needs the Android Studio JRE, not others like OpenJDK or Oracle. ¯\_(ツ)_/¯
path-to\Android Studio\jre
s
Hmm, afaik that's not really necessary. I use OpenJDK and Zulu JDKs for Android builds.
t
It's the only thing that worked. I had OpenJDK and Oracle's. Neither worked.
s
Hmm ,okay. Intellij/Android Studio has an option to set the the JVM per project , you could try toggling the Java version from there to see if still errors out.
v
Thanks. Yup. Tried just the folder, too.
Which? If your tried the
bin
folder, it's still not correct. It needs to be the parent of the
bin
folder.