Open
Description
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
Labels
No labels