Error code

Android INSTALL_FAILED_NO_MATCHING_ABIS

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

What it means

The APK does not contain native libraries compiled for any ABI supported by this device.

How to fix it

  1. Use a universal APK that includes native libraries for all ABIs.
  2. Download the architecture-specific APK that matches the device CPU (arm64-v8a for modern 64-bit ARM devices).
  3. Contact the app developer for an APK that supports the device architecture.

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