Can't install android apk:

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

Hello, I’m making an android game in godot and I keep getting this error. I selected the right sdk path and I really don’t know what I did wrong . Please help.

enter image description here

:bust_in_silhouette: Reply From: haythamnikolaidis

Hi, it looks like that error is from the Android tool chain. It typically means that the APK does support the Architecture of the device that the APK is being installed on.

You can change that under the android export settings. The simplest fix is to check all of the boxes under Architectures.

The simple explanation is that the ones prepended with ARM are for when the APK needs to be installed on a physical device and the X 86 ones are for when the APK needs to be installed on the Android Emulator using HAXM.
You can read more here: Android ABI’s

I hope this helps.

Hello, I did that and it fixed my previous error but now I got this one:
enter image description here

StaveYt | 2021-12-01 19:51

So I fixed that and now the export works in android studio but not on my phone, will try my friends and see if it works.

StaveYt | 2021-12-02 09:47

That solution fixed my similar problem also. I can now see the app through android studio.

GravityLoop | 2023-03-29 07:12