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: Failed to extract native #10

Closed
bluesiboy opened this issue May 30, 2022 · 3 comments
Closed

INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native #10

bluesiboy opened this issue May 30, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@bluesiboy
Copy link

此项目不能在虚拟机运行啊? 是哪个包的限制了??

@AmosHuKe
Copy link
Owner

此项目不能在虚拟机运行啊?是哪个包的限制了??

麻烦问下,用的哪个版本的模拟器,我复现一下。

@bluesiboy
Copy link
Author

此项目不能在虚拟机运行啊?是哪个包的限制了??

麻烦问下,用的哪个版本的模拟器,我复现一下。

image

@AmosHuKe
Copy link
Owner

AmosHuKe commented May 30, 2022

@bluesiboy 找到原因了,是因为没有指定 x86_64 的 abi。
你可以在这里进行修改:android\app\build.gradle

android {
    ...
    defaultConfig {
        ...
        ndk {
            abiFilters 'x86','x86_64','armeabi-v7a','arm64-v8a'
        }
    }
}

晚些,我会提交这个更新,再次感谢你的反馈!

@AmosHuKe AmosHuKe added the bug Something isn't working label May 30, 2022
AmosHuKe added a commit that referenced this issue May 30, 2022
@AmosHuKe AmosHuKe added enhancement New feature or request and removed bug Something isn't working labels Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants