Jump to content
  • Status: Reported
  • Priority: Critical
  • Resolution: Unresolved
  • Platform: Android
  • Affects version: 1.16.4.1

On Samsung 24 Ultra with Android 14 and One UI 6.1 any application even sample cannot be installed with  message

INSTALL_FAILED_NO_MATCHING_ABIS Failed to extract native libraries , res=-113

I don;t know what to do 


User Feedback

Recommended Comments

  • Administrators

FGX Native Android application includes native SO library (32 / 64 bits). Delphi supports armabi-v7a (32-bits) and arm64-v8a (64 bits). So lf you see this error, there are 2 possible reasons:

  1. Your application doesn't include current device CPU architecture.
  2. Device uses CPU architecture, that Delphi doesn't support.

(2) cannot be solved. Since it's Delphi limitation.

(1) just check your APK, possibly you forgot to build 32-bits version and your apk includes ony 64-bits version. So when you try to install APK on 32-bits CPU, it can show this error.

Michal

Active subscription

Thanks for answer.

It is Snapdragon 8 Gen 3. The same error is when compiling fmx application so it must Delphi related. Snapdragon uses ARMv9.2-A instruction set. 

Michal

Active subscription

It turned out that application must be 64bit. New phones follow Google guidelines and require only 64bit versions  

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.