INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app that has native libraries and it doesn’t have a native library for your cpu architecture. For example if you compiled an app for armv7 and are trying to install it on an emulator that uses the Intel architectureinstead it will not work.
Nowadays, there are three types of CPU/ABI for Android emulator, INTEL X86,ARM,MIPS,
Solution:
If you choose to use INTEL X86 with INSTALL_FAILED_NO_MATCHING_ABIS error, then use ARM instead
Similar Posts:
- [Solved] Failure [INSTALL_FAILED_NO_MATCHING_ABIS]
- INSTALL FAILED U NO MATCHING ABIS
- [Solved] No accelerator found – failed to create HAX VM
- missing required architecture x86_64 in file
- [Run the android emulator] emulator: ERROR: x86 emulation currently requires hardware acceleration!
- [Solved] PANIC: Missing emulator engine program for ‘x86’ CPUS.
- [Solved] Emulator: dsound: Could not initialize DirectSoundCapture
- [Solved] Errors reported by genymotion, UI autoviewer and appium
- Initialization of react native Android [How to Solve]
- [Solved] Android Studio For Mac Error: “Intel HAXM is required to run this AVD,VT-x is disabled in BIOS”