Unable to Install PokerTH after ChromeOS Update

Have Problems with PokerTH Installation? Here you will find Help.
Post Reply
BobeleHH
Posts: 1
Joined: Mon Jul 12, 2021 7:27 pm

Hello!

I am writing to report an issue with the PokerTH application after the recent ChromeOS update.

Following the update two days ago, PokerTH was unexpectedly removed from my Chromebook. When attempting to reinstall the APK file ("PokerTH-1.1.1-Android20151208.apk") using ADB, I encounter the following error:

failed to install PokerTH-1.1.1-Android20151208.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

This issue occurs on two separate Chromebooks running the same version of ChromeOS: 132.0.6834.154 (Official Build) (64-Bit).

I suspect that the current PokerTH APK may require an update to be compatible with the latest ChromeOS version.

Thank you for your time and assistance.
User avatar
sp0ck
Posts: 281
Joined: Mon Mar 15, 2021 12:54 pm
Location: Flensburg
Been thanked: 24 times

The android version of PokerTH is quite outdated and won't be continued.

The error message
INSTALL_FAILED_NO_MATCHING_ABIS
is informing you about a wrong system architecture. Your chromeos is propably using an x86 Android - but the APK is built for ARM devices.

When I had a chromebook, I was succesfully using the debian PokerTH client.

Check this out: https://chromeos.dev/en/linux/setup

After setting up the debian environment, you can install pokerth in a terminal with:

Code: Select all

sudo apt install pokerth
Post Reply