App does not work on android (solved)

Until now I have been bundeling my project and installing it on android and it worked fine, however couple of days ago I tried again and the app crashed. Tried to install the example project and this is the message I got, would love some help:

We need more info in order to help.
For instance, what Android version are you running on?
What Defold version are you using?

1 Like

android version: 14
defold version: 1.9.2

And it works if you build with 1.9.1? Which values do you have in game.project for Minimum Sdk Version and Target Sdk Version?

1 Like

As someone said here This app isn’t compatible with the latest version of android. in android 14 - Stack Overflow, it seems you’ve built your app with only 32-bit architecture?

4 Likes

Ok, thaks for the replies. I did change the 32-bit to 64 while building and it works, thanks Chung_Xa