Skip to content
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

Android Export Issues #269

Open
Starkium opened this issue Oct 8, 2024 · 1 comment
Open

Android Export Issues #269

Starkium opened this issue Oct 8, 2024 · 1 comment

Comments

@Starkium
Copy link
Contributor

Starkium commented Oct 8, 2024

Tested versions

Redot 4.4 dev

System information

Win 10

Issue description

Exporting with android currently errors under these separate circumstances:

  • Without custom java path
    currently need to use experimental custom java path option in order to get export process moving, else it fails with reports of gradle 8.2 not finding class paths. It seems to be hard coded in the engine that it's looking for a version of open jdk 17 or similar.

  • Exporting with include debug on
    The error message reports not being able to find an engine image file for mipmap/icon_background. I've confirmed this does exist in engine so there's likely a path issue somewhere related to something being "godot" and not "redot"

  • Debug not included
    Export fails with a report of not being able to locate a keystore. I've tried changing the keystore section in both platform export and in the engine general settings tabs.

Steps to reproduce

see above

Minimal reproduction project (MRP)

N/A

@trashguy
Copy link
Contributor

trashguy commented Nov 14, 2024

The custom Java path has been addressed in 4.3 #849 and ready for 4.4 in #804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Open
Development

No branches or pull requests

3 participants