原文解釋:app
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.spa
如今安卓模擬器的CPU/ABI通常有三種類型,INTEL X86,ARM,MIPS,it
解決方法:方法
若是選擇用INTEL X86出現INSTALL_FAILED_NO_MATCHING_ABIS的錯誤,那就改用ARM的cpu