Failure [INSTALL_FAILED_NO_MATCHING_ABIS


Failed to install ChromePublic.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

This issue happen on emulator more easier.
The reason is that the installed app might use NDK or native libs.
The native libs are most for arm cpu, when we try to run it on x86 emulator,
Such error will be encountered.

The easy way to fix it is change your emulator device with arm image.

No comments:

Post a Comment

fixed: embedded-redis: Unable to run on macOS Sonoma

Issue you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma. java.la...