diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 4e073d0990a..38f7d98175b 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -2155,6 +2155,8 @@ public: if (!installed_android_build_template) { err += TTR("Android build template not installed in the project. Install it from the Project menu.") + "\n"; + } else { + r_missing_templates = false; } valid = installed_android_build_template && !r_missing_templates;