Kodi Community Forum

Full Version: Unable to install from ADB - INSTALL_FAILED_NO_MATCHING_ABIS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

Im trying to install Kodi using ADB, since I'm not a fan of logging into Google Services from my TV.
File I'm using is : kodi-19.4-Matrix-arm64-v8a.apk 
It's downloaded from kodi.tv

INSTALL LOG + uname + cpuinfo
https://paste.kodi.tv/eyuvasoneg

Full getprop output:
https://paste.kodi.tv/rahabodixa

[ro.build.version.release]: [11]
[ro.build.version.sdk]: [30]

TV: Philips PML9506
OS: Android 11

What can I do to solve this issue ?
Did you try the 32-bit version?

Not sure about your TV model, but in my experience Philips TVs still use the 32-bit version of Android unfortunately.

EDIT:

Your getprop result shows that your Android version is not 64-bit capable:
Quote:[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
(2022-09-14, 14:22)MrMagic Wrote: [ -> ]Did you try the 32-bit version?

Not sure about your TV model, but in my experience Philips TVs still use the 32-bit version of Android unfortunately.

EDIT:

Your getprop result shows that your Android version is not 64-bit capable:
Quote:[ro.product.cpu.abi]: [armeabi-v7a]
[ro.product.cpu.abi2]: [armeabi]
[ro.product.cpu.abilist]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist32]: [armeabi-v7a,armeabi]
[ro.product.cpu.abilist64]: []
Thanx, it worked. 
It should be added to FAQ.