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' on Android deploy attempt. #1116

Open
igor-primo opened this issue Mar 4, 2025 · 1 comment
Open

'INSTALL_FAILED_NO_MATCHING_ABIS' on Android deploy attempt. #1116

igor-primo opened this issue Mar 4, 2025 · 1 comment

Comments

@igor-primo
Copy link

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?

@alexfmpe
Copy link
Collaborator

alexfmpe commented Mar 4, 2025

$ adb shell getprop ro.product.cpu.abi
arm64-v8a

$ ./result/bin/deploy
Performing Streamed Install
Success

This is probably caused by reflex-frp/reflex-platform@41cae6d
You could try passing useGHC810 = false in your import of ./obelisk/impl

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

2 participants