INSTALL_FAILED_NO_MATCHING_ABIS on Android

adb: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

I’m getting this on installing. I’m using UE 5.2, and I’ve tried versions 30-33 of the android sdk, r25b of the ndk.

My hardware is arm v8a, so it’s 64 bit.

Does anyone know what else I can check to make this work?

1 Like

Ah!, I’m running into the same problem while using Android emulator on x86_64 platform, does anyone have answer to it? Thanks in advance.

One possible solution is described here… How to build android with x86 support?