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.

Comments

Popular posts from this blog

How to fix error : no module named sendgrid when try to use sendgrid python lib in PHP.

react-native run-android : sun.security.provider.cert path.SunCertPathBuilderException : unable to find valid certification path to req uested target

react-native run-android : do not build/update modified code(App.js)