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

The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS #18

Open
AnthonyKoueik opened this issue Jan 14, 2020 · 1 comment
Labels

Comments

@AnthonyKoueik
Copy link

Installation did not succeed.
The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS
Installation failed due to: 'null'

how can i fix this ?

@chanjungkim
Copy link

Add this into. your gradle(Main Module).

    defaultConfig {
        ...

        // add this
        ndk {
            abiFilters 'arm64-v8a', 'x86_64', "x86", "armeabi-v7a"
        }
    }

@patrickfav patrickfav added the bug label Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants