diff --git a/platform/android/export/export.cpp b/platform/android/export/export.cpp index 94dffd8a848..2cd81956151 100644 --- a/platform/android/export/export.cpp +++ b/platform/android/export/export.cpp @@ -1875,7 +1875,7 @@ public: new_file += "\n"; if (!found) { - ERR_PRINTS("No end marker found in AndroidManifest.conf for chunk: " + text); + ERR_PRINTS("No end marker found in AndroidManifest.xml for chunk: " + text); f->seek(pos); } else { //add chunk lines @@ -1894,7 +1894,7 @@ public: String last_tag = "android:icon=\"@drawable/icon\""; int last_tag_pos = l.find(last_tag); if (last_tag_pos == -1) { - WARN_PRINTS("No adding of application tags because could not find last tag for - + +