I downloaded the x86_64 combo version of the application and am trying to sideload it with ADB through the linux environment. Because if I just try to install it the typical way it just says "App Not Installed". I get this error when I try to run it.
Performing Streamed Install
adb: failed to install dolphinx.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
x86_64is not a "combo" version it is the version for an Intel x86 64bit CPU only.Most Chromebooks have an ARM64 CPU (not an x86/Intel CPU). As the app installation is rejected most likely your Chromebook is also powered by an ARM64 CPU.
For ARM64 CPU you need the version
arm64_v8aor if this version does not exists usually the ARM 32 bit versions also works (usually namedarmeabi-v7a).