-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumping Java JDK to 17 for Latest Android Release #7968
Conversation
Latest android sdkmanager requires java greater than 11. bumping the export tutorial version to java 17, the latest LTS version.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
My understanding based on comments made by m4gr3d in other PRs and issues is that Godot still needs to use JDK11. @m4gr3d is that still correct? |
If folks download the latest Android, per the export tutorial instructions,
Java 11 will not work, android sdkmanager will fail with a Java version
error msg.
I followed the command line only instructions (which I assume is the one
Godot devs would want since Androids ide is like 100 GB that is not
needed).
Everything works as expected in Godot 4.1 for both building the APK and
also wireless debuging on my device via the play scene on remote device
button in Godot with Java 17.
…On Wed, Sep 20, 2023, 9:52 PM Matthew ***@***.***> wrote:
My understanding based on comments made by m4gr3d in other PRs and issues
is that Godot still needs to use JDK11. @m4gr3d
<https://github.com/m4gr3d> is that still correct?
—
Reply to this email directly, view it on GitHub
<#7968 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFVKUIM3MS5PYUCH4ZNDN3X3OMWBANCNFSM6AAAAAA5AHCT6Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK that's correct, it's what I'm using locally.
I'll be testing those changes today for validation. |
@m4gr3d Bump :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it's good to go!
Thanks! |
@m4gr3d should this be cherrypicked for 4.1? |
Bumping Java JDK to 17 for Latest Android Release
Cherry-picked to 4.1. |
The latest version of android sdkmanager requires java greater than 11.
Bumping the link in the export to android tutorial to java 17, the latest LTS version
Fixes #7902