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

Godot Editor does NOT support Custom Android Build Templates written in Kotlin (build.gradle.kts) #101426

Open
goldy1992 opened this issue Jan 11, 2025 · 0 comments

Comments

@goldy1992
Copy link

goldy1992 commented Jan 11, 2025

Tested versions

  • Reproducible in Godot 4.3 v4.3.stable.offlicial [77dcf97]

System information

Windows 11 Godot v4.3.stable.offlicial [77dcf97] Mobile

Issue description

In the Godot Source code: platform/android/export/export_plugin.cpp#L2552 I can see that the export_plugin is only checking for a build.gradle file to be present.

It should also check for build.gradle.kts in the case of custom Android Build Templates written in Kotlin.

Steps to reproduce

GIVEN

  • A godot project that exports to Android.
  • A custom build Android Build Template (e.g. build.zip)that:
  • The Godot Editor's Export dialog box is loaded to export to android.
    THEN
  • Godot assumes an android template is not installed.
    Image

Expected Behaviour

  • The project should still be exportable

Minimal reproduction project (MRP)

Any Godot Mobile Project with this example build template build.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant