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

[3.2] Hardcode the export format for the editor 'run' feature #44639

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.

master PR

@m4gr3d m4gr3d force-pushed the export_format_util_method_3_2 branch from ca3df5c to 3ba1a8c Compare December 29, 2020 17:01
@akien-mga akien-mga merged commit 95b3feb into godotengine:3.2 Dec 30, 2020
@akien-mga
Copy link
Member

Thanks!

@m4gr3d m4gr3d deleted the export_format_util_method_3_2 branch December 31, 2020 02:22
@akien-mga akien-mga modified the milestones: 3.2, 3.3 Apr 20, 2021
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