Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I tried installing using adb on my computer (program that helps connect the android phone with windows pc), ran some commands, and I wasn't able to as well.


For the developer, this is the error I am getting when I'm trying to install via adb:

adb: failed to install Adastra.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

I tried using the --bypass-low-target-sdk-block command on adb as this has worked with Macrodroid Helper (which I assumed has a similar error) but it didn't help. 

Steps to reproduce:

1. Opened ADB bridge on my computer

2. ./adb install --bypass-low-target-sdk-block [file-pathway-to-adastra]

3. error as above


Hopefully this helps!