1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-03 16:55:53 +00:00

Fix apk install after gradle build for the Android editor

This commit is contained in:
Fredia Huya-Kouadio
2025-12-01 02:08:29 -08:00
parent 7ed0b61676
commit d85dbee766
3 changed files with 11 additions and 2 deletions

View File

@@ -3954,6 +3954,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