[SOLVED] Can't run on AVD. INSTALL FAILED NO MATCHING ABIS

I tried AVD’s with Intel 86, Intel 86 x64 CPU/ABI’s.
I wanted to try ARM, but it’s very-very slow.
I’m getting the following message:

Installation failed with message Failed to finalize session : INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.

It seems that I should change CPU/ABI somewhere in project’s configuration. How to do it ?

Try adding x86 to your gradle.properties file like I described here and it should work.

1 Like