You can't install the app on the device.

DarZz_II

New member
Hello,
I need help i got the message "You can't install the app on the device" when i am trying to install it from files as apk.
Autorisations are ok.
I am working on a rooted Konrow SOFT5P.
OS : Android GO 11

i tryied to install it with adb
got error : [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native librairies, res=-113]

Best regards;
 
Last edited:

Endercraft

Moderator (& bug finder :D)
Hello,
I need help i got the message "You can't install the app on the device" when i am trying to install it from files as apk.
Autorisations are ok.
I am working on a rooted Konrow SOFT5P.
OS : Android GO 11

i tryied to install it with adb
got error : [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native librairies, res=-113]

Best regards;
I sent a mail to the dev, he probably knows what this means.
 

Jacob L

Moderator (Lawsonator)
Why not install the APK from a file manager? Or since you're rooted, move the APK to /data/app/
 

MacroDroidDev

Administrator
Staff member
I'm not familiar with that particular error message. The most likely explanation is you are trying to install an APK for the wrong architecture for your phone so the native binaries are not correct. The APK is now split into different versions for different platforms so I don't know where you are getting your APK form but it is most likely the wrong architecture for your phone.
 

DarZz_II

New member
Why not install the APK from a file manager? Or since you're rooted, move the APK to /data/app/
i get to /data/app
but when am in and show i am not that sure that what i can see is apk files.

and about the link i saw it but i cant find where build.gradle is .
 

Attachments

  • Capture.PNG
    Capture.PNG
    37.3 KB · Views: 7
Last edited:

DarZz_II

New member
I'm not familiar with that particular error message. The most likely explanation is you are trying to install an APK for the wrong architecture for your phone so the native binaries are not correct. The APK is now split into different versions for different platforms so I don't know where you are getting your APK form but it is most likely the wrong architecture for your phone.
I downloaded it from pureapk. Where can i find a download platform with the differents versions for the architectures ?
 
Top