Browse Source

Add note about deploying to Android device where relevant

Hugo Locurcio 4 years ago
parent
commit
1359c05fcb
1 changed files with 11 additions and 0 deletions
  1. 11 0
      getting_started/workflow/export/exporting_for_android.rst

+ 11 - 0
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!
 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
 Providing launcher icons
 ------------------------
 ------------------------