seleuco / MAME4droid-2024

MAME4droid 2024 is developed by David Valdeita (Seleuco) as a port of the latest MAME emulator by MAMEDev and contributors. It emulates arcade games and systems like ZX Spectrum, Amstrad CPC, MSX etc. This version of MAME support over 40000 different ROMs.
GNU General Public License v2.0
89 stars 14 forks source link

Problem when try to install to Android Tv #33

Closed Operater64 closed 3 months ago

Operater64 commented 4 months ago

I try to install the apk but i am getting an error.. I have all ready install many apps ...Mame4droid etc. From Log : adblink2 5.7 C:/adblink2 05/11/24 13:37:30 C:/Users/Theodor IP:172.24.0.1 Windows

starting server Starting connection process Attempting to connect ... Connecting. Process output "C:/adblink2/adbfiles/adb" connect 192.168.1.12:5555 connected to 192.168.1.12:5555

Connected to 192.168.1.12:5555 Android version: 11 process time duration: 1 seconds Starting connection process Attempting to connect ... Connecting. Process output "C:/adblink2/adbfiles/adb" connect 192.168.1.12:5555 already connected to 192.168.1.12:5555

Connected to 192.168.1.12:5555 Android version: 11 process time duration: 1 seconds Installing C:/Downloads/MAME4droid.2024-1.12.2-release.apk adb: failed to install C:/Downloads/MAME4droid.2024-1.12.2-release.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Performing Streamed Install

process time duration: 38 seconds detaching console process 192.168.1.12:5555 adblink2 Installing C:/Downloads/MAME4droid.2024-1.12.2-release.apk adb: failed to install C:/Downloads/MAME4droid.2024-1.12.2-release.apk: Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]

Performing Streamed Install

process time duration: 30 seconds

shmox75 commented 3 months ago

Same here, My android box can't even pass the package analyser step. EDIT: Just saw that the minimum android version required is 10.. And mine is 9 so, no chance to install it I guess.

seleuco commented 3 months ago

Yes. It's needs android 10 and ARM 64. Most of android boxes are not but shield TV.

shmox75 commented 3 months ago

Yes. It's needs android 10 and ARM 64. Most of android boxes are not but shield TV.

Yes unfortunately .. It took me time to figure it out. PS: I wonder why there is not armv7 version though ?

seleuco commented 3 months ago

It's too big. With the 64-bit version it occupies almost the MAXIMUM size to distribute an aab on Google Play since it includes mess, not like retorarch that they had to cut it. The apk is almost at the limit too. If I include any more resources the developer console starts giving me warnings... Furthermore, the 32-bit code is no longer officially supported by the mame team, much less ARM. Also, this version is designed for modern devices because it is more demanding...

too many problems with the 0.139 already existing...