Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代码运行安装不了,提示 INSTALL_FAILED_NO_MATCHING_ABIS #85

Open
yuwenjian opened this issue May 11, 2021 · 5 comments
Open

Comments

@yuwenjian
Copy link

大佬,源码运行不了debug版本编译安装后提示:
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS

List of apks:
[0] '/Users/yuwenjian/Desktop/Android_workspace/CaptureInter/app/build/outputs/apk/debug/app-universal-debug.apk'
Installation failed due to: 'null'
Retry

@zhangfuxu
Copy link

运行release版本

@bachan111
Copy link

和这两个包有关,具体是哪个,没细追:
android-sun-jarsign-support-1.1
netty-all-android-4.0.44.Final

@sunshinecf
Copy link

代码运行不了,哥哥

@ooooooops
Copy link

和这两个包有关,具体是哪个,没细追: android-sun-jarsign-support-1.1 netty-all-android-4.0.44.Final

netty这个包作者自己改过,但是改了哪里不清楚,代码库里放的又是jar包,弃疗

@jackey
Copy link

jackey commented Mar 16, 2023

splits {
abi {
enable true
reset()
include "armeabi", "x86"
universalApk false
}
}

在 android {} build gradle 下添加这个即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants