From 964ef71f22170eda1341ea251858c293b25a8fc4 Mon Sep 17 00:00:00 2001 From: "Thiago A. Correa" Date: Sun, 28 Nov 2021 00:07:24 -0300 Subject: [PATCH] Fix build Build fails with AAPT: error: resource drawable/icon not found. Since it moved to mipmap. Update AndroidManifest template with the new path --- .../service_only/build/templates/AndroidManifest.tmpl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml b/pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml index 9c48546d85..05ee254c9e 100644 --- a/pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml +++ b/pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml @@ -46,7 +46,7 @@ -->