奥利奥更新后出现INSTALL_FAILED_NO_MATCHING_ABIS错误 [英] INSTALL_FAILED_NO_MATCHING_ABIS error after Oreo update

查看:60
本文介绍了奥利奥更新后出现INSTALL_FAILED_NO_MATCHING_ABIS错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我实际上正在3个android应用程序(ABC)上工作,所有设备上的一切都很好,但是当我将S7 Edge更新为Oreo时,发生了奇怪的事情,2个应用程序(AB)消失了,只有C保持打开状态我的手机. 因此,我想通过ADB重新安装它们,但出现此错误:

I'm actually working on 3 android applications (A-B-C ) , everything is going fine on all my devices , but when i updated my S7 Edge to Oreo , something weird happened , 2 applications (A-B) disappeared , only C remains on my phone. So , i wanted to reinstall them by ADB , and i got this error :

安装失败,并显示消息INSTALL_FAILED_NO_MATCHING_ABIS:无法提取本机库,res = -113. 可以通过卸载apk的现有版本(如果存在)然后重新安装来解决此问题.

Installation failed with message 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.

当我单击卸载"时,出现此错误:

when i click on uninstall , i got this error :

未知失败(位于android.os.Binder.execTransact(Binder.java:682))

当我尝试重新安装在Oreo更新后仍然存在的第三个应用程序C时,一切都很好.

when i tried to reinstall the third application C which remains after Oreo update , everthing went fine .

所以我才意识到,在Oreo更新之后,这两个应用程序出了点问题,即使我找不到它们,也似乎设备上仍然存在A-B,有什么帮助吗?

So i just realized that something went wrong with that two application after Oreo update , it seems like A-B still exist on the device even though i can't find them , any help ?

推荐答案

我终于弄清楚了为什么出现此问题.

I finally figured out why i got this issue .

在出现问题(A-B)的两个应用程序的gradle.app中,我是

In the gradle.app of the two application getting the issue (A-B) , i was

apache.commons.io:2.4

我只是从应用程序gradle中删除此行

i just remove this line from the app gradle

compile 'org.apache.directory.studio:org.apache.commons.io:2.4'

现在一切恢复正常

answer 对我有很大帮助找出我的.

this answer helped me a lot to figure out mine .

这篇关于奥利奥更新后出现INSTALL_FAILED_NO_MATCHING_ABIS错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆