We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
armeabi-v7a
abiVersions
Can someone help me understand what's going on?
The text was updated successfully, but these errors were encountered:
$ 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
useGHC810 = false
./obelisk/impl
Sorry, something went wrong.
No branches or pull requests
When I try to deploy a basic hello world apk built with Obelisk to an old android device I have, I get the following:
When I run:
And according to this doc
armeabi-v7a
is the default value passed toabiVersions
.Can someone help me understand what's going on?
The text was updated successfully, but these errors were encountered: