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 Studio Jellyfish (2023.3.1) doesn't build Godot project #92122

Closed
m4gr3d opened this issue May 19, 2024 · 0 comments · Fixed by #92176
Closed

Android Studio Jellyfish (2023.3.1) doesn't build Godot project #92122

m4gr3d opened this issue May 19, 2024 · 0 comments · Fixed by #92176

Comments

@m4gr3d
Copy link
Contributor

m4gr3d commented May 19, 2024

Tested versions

  • Reproducible in Android Studio Jellyfish (2023.3.1)
  • Not reproducible in Android Studio Iguana (2023.2.1) and other previous Android Studio releases

System information

Windows 11

Issue description

After checking out the Godot project, the latest version of Android Studio (Jellyfish - 2023.3.1) is unable to completely build the project.
In particular the native gradle tasks defined by the lib module are not run which prevent the native shared libraries from being built.

This issue doesn't reproduce on previous releases of Android Studio (Iguana and earlier).

Note that this is likely to be an issue with the newest version of Android Studio rather than the Godot project, this issue is being added to inform other users, and will be kept open until Android Studio regression is addressed.

Steps to reproduce

  • Checkout the Godot project
  • Download the latest version of Android Studio: Android Studio Jellyfish | 2023.3.1
  • Open Android Studio Jellyfish and load the Godot project
  • Build the Godot project using the gradle tasks from Android Studio
  • Notice the native shared libries under the lib module are not generated after the build completes.

Minimal reproduction project (MRP)

  • See steps to reproduce above.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants