Error code

Android INSTALL_FAILED_ALREADY_EXISTS

ANDROIDINSTALL_FAILED_ALREADY_EXISTS
Android Error Code· An error code shown by Android or the Google Play Store.

What it means

The APK cannot be installed because another app with the same package name is already installed.

How to fix it

  1. Uninstall the existing app before reinstalling the APK.
  2. If the intent is an update ensure the APK version code is higher than the installed version.

Not affiliated with Android. Answer summarized from the manufacturer's manual linked above; consult that source for the authoritative procedure.