From 1359c05fcb2e7d717987bfbf09591eae45b9442b Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 10 Jun 2021 08:42:58 +0200 Subject: [PATCH] Add note about deploying to Android device where relevant --- .../workflow/export/exporting_for_android.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/getting_started/workflow/export/exporting_for_android.rst b/getting_started/workflow/export/exporting_for_android.rst index 1245f4f37..ada3e0d58 100644 --- a/getting_started/workflow/export/exporting_for_android.rst +++ b/getting_started/workflow/export/exporting_for_android.rst @@ -79,6 +79,17 @@ In that screen, 2 paths need to be set: Once that is configured, everything is ready to export to Android! +.. note:: + + If you get an error saying *"Could not install to device."*, make sure + you do not have an application with the same Android package name already + installed on the device (but signed with a different key). + + If you have an application with the same Android package name but a + different signing key already installed on the device, you **must** remove + the application in question from the Android device before exporting to + Android again. + Providing launcher icons ------------------------