release apk can't be installed.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nick888

Hi guys.I asked the same question and on reddit.

I created with the terminal a release keystore.

At Export->Keystore i filled all the fields very carefully about the Release, Release User and the Release Password.

When i exported my game on the android device (Export With Debug ->Disabled) i take the message : The application can’t be installed.

So i decided to use the old way to see what is the wrong. So, i opened the terminal and i used the following code:

C:\Users\user\Sdk\platform-tools>adb install -r Appname.apk and i received the following error:

Failure [INSTALL_FAILED_NO_MATCHING_ABIS] .

I know that this error is about the Armiabi -v 7a or something like that. So , i did different combinations about the Armiabi -v 7a , Arm 64 -v 8a , X 86 , X86 64 in the Godot Arcitectures but still nothing.

Any idea please?

Thank you.