Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Common Problems

Simon Fels edited this page Apr 12, 2017 · 1 revision

This page collects a few more questions asked regularly.

APK installation and INSTALL_FAILED_NO_MATCHING_ABIS

When I try to install an application via adb install my-app.apk I get the following error message

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

This is because the apk you're trying to install doesn't support the architecture you're running Anbox on. Most apk's are made especially for armhf and are not prepared to run on amd64. There is nothing Anbox can do here as its totally up to the apk vendor to ship a apk supporting all necessary architectures.

Clone this wiki locally