element-hq / riot-android

A glossy Matrix collaboration client for Android
Apache License 2.0
1.4k stars 394 forks source link

INSTALL_FAILED_NO_MATCHING_ABIS #3329

Closed jonnyrobbie closed 5 years ago

jonnyrobbie commented 5 years ago

Trying to install Riot.im, F-droid Version 0.9.4 (40090400) on the Nokia 6.1, Android version 9, sec patch 2019-09-01 via ADB.

I got this error:

$ adb install im.vector.alpha_40090400.apk
Performing Streamed Install
adb: failed to install im.vector.alpha_40090400.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]
$ adb shell
$ uname -a
Linux localhost 4.4.153-perf+ #1 SMP PREEMPT Wed Sep 4 13:15:26 CST 2019 aarch64

Some other recent app updates worked fine, for example:

$ adb install net.sourceforge.opencamera_73.apk 
Performing Streamed Install
Success

Is this a known issue? How would I solve it?

jonnyrobbie commented 5 years ago

welp, I'm an idiot: https://gitlab.com/fdroid/fdroiddata/issues/1814