Installation error with INSTALL_FAILED_NO_MATCHING_ABIS message in Android version 2.2 stable version?

Installation error with message INSTALL_FAILED_NO_MATCHING_ABIS. This issue may be fixed by uninstalling the existing apk version, if present, and then reinstalling it.

I can’t install the application on my device, but it gets installed in the emulator without any errors. Can someone tell me why this is happening and how to resolve this error so that I can install it on my device too.

+4
source share
3 answers

After some research, I found out that there is some problem with android instant launch in studio 2.2.

, Android "" > "", "", "" > " ", .

, apk "armeabi-v7a", "x86", Android x86 , .

+2

. , , , Gradle 2.2.0.

, :

  • Gradle. , 2.1.3, ​​
  • APK, Gradle, "x86" ( , ARM). , Android Studio x86 .
+2

Another fix was suggested here , just add android.buildOnlyTargetAbi=trueto gradle.properties.

0
source

Source: https://habr.com/ru/post/1655511/


All Articles