Skip to content

'INSTALL_FAILED_NO_MATCHING_ABIS' on Android deploy attempt. #1116

Open
@igor-primo

Description

@igor-primo

When I try to deploy a basic hello world apk built with Obelisk to an old android device I have, I get the following:

❯ ./result-android/bin/deploy
Performing Streamed Install
adb: failed to install /nix/store/g4q6r0p7cxp3mpv170lwjwinjnbywkj4-android-app/android-app-debug.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

When I run:

❯ adb shell getprop ro.product.cpu.abi
armeabi-v7a

And according to this doc armeabi-v7a is the default value passed to abiVersions.

Can someone help me understand what's going on?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions