Merge pull request #113389 from m4gr3d/fix_android_editor_gradle_apk_install

[Android editor] Fix apk install after gradle build
This commit is contained in:
Rémi Verschelde 2025-12-01 11:50:29 +01:00
commit 7a207b3eaa
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 11 additions and 2 deletions

View file

@ -3956,6 +3956,7 @@ Error EditorExportPlatformAndroid::export_project_helper(const Ref<EditorExportP
android_editor_gradle_runner->run_gradle(
project_path,
build_path.substr(project_path.length()),
export_path.path_join(export_filename),
cmdline,
copy_args);
#else