android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
216 stars 87 forks source link

Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113] #76

Closed Aniketh01 closed 2 years ago

Aniketh01 commented 2 years ago

When I try to install apps through adb, I get an error like this: adb: failed to install app.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]. What is the root cause of this error? How can I fix this?

peyo-hd commented 2 years ago

arpi-11, arpi-12 builds are supporting Arm 64bit ABI only.

Aniketh01 commented 2 years ago

Thanks for the response. Is there any commits or references that I can follow to add multi ABI support?

peyo-hd commented 2 years ago

https://github.com/android-rpi/device_arpi_rpi4/commit/fe2c6e7a42fde5ed95344636cbaeb839aa953db4 But there might be issues.