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

Hardcode the export format for the editor 'run' feature #44638

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

m4gr3d
Copy link
Contributor

@m4gr3d m4gr3d commented Dec 24, 2020

The run feature generates an apk file that is automatically installed on the connected Android device. With the previous logic, switching the export format to Android app bundle (aab) for manual export would also negatively impact the run feature: the logic would attempt to generate an aab file instead of the apk file needed by the run feature hence causing an error.

This PR resolves this issue by hardcoding the export format for the run feature.

3.2 backport

@akien-mga akien-mga merged commit 72c13c2 into godotengine:master Dec 30, 2020
@akien-mga
Copy link
Member

Thanks!

@m4gr3d m4gr3d deleted the export_format_util_method branch December 31, 2020 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants