I tried to install the app through ADB
using terminal, but it fails with the error message like this :
"INSTALL_FAILED_NO_MATCHING_ABIS"
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 architecture instead it will not work.
The Android app not installed error can be combated after resetting app permissions. Go to Settings > Apps > Reset App Preferences/Reset Application Permissions. After this, third-party software can be installed on your device.
INSTALL_FAILED_NO_MATCHING_ABIS
When you are trying to install an app that has native libraries and it doesn't have a native library for the cpu architecture that you are installing at.
For example if you have compiled an app for armv7 only and you are trying to install it on an emulator or device that uses the Intel or different architecture it will not install and will throw this error.
The app has no support for the architecture you are installing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With