Search code examples
androidadb

Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]


By running below command

[suiwenfeng@kaggle Downloads]$ ~/Android/Sdk/platform-tools/adb install 

Got below error message:

wxwork_android_2.5.8.7620_100001.apk adb: failed to install wxwork_android_2.5.8.7620_100001.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]


Solution

  • Usually, your apk should include arm64-v8a ABI for devices. Using Android Studio Apk Analyser by clicking Build -> Analyse Apk to check if you have this the corresponding native libs for this ABI.