Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Can you tell me what error shows up when trying to install the APK? Is it completely impossible to install and run, or is it just a message box you have to accept and it'll run anyway?

Completely impossible. Picking apart the apk it seems it lacks the arm64-v8a libraries (x64) and only has armeabi-v7a (x32) ones. When compiling it I think there's a box to make it 64 bits compatible, else it takes the base 32 bits which can still be run by most devices to be fair, but newer ones are dropping 32 bits support. You can also make an universal apk, which is a heavier apk but also compatible with every device 

Thank you so much for letting me know, I thought I was already doing an universal APK, and most likely thought 32bit could be ran on 64bit phones as well. Still haven't looked at the project settings, but it should be easy enough to fix as you've said. I release monthly, so next release shouldn't have any issue. I'll reply this thread again once the new version will be available so you can also confirm whether it works or not.

Hello, just wanted to confirm that I've found the option, so future versions (starting from R10) should work fine.

Neatso, as soon as it goes public I'll try it and tell if it works since this far it seems is a rather obscure issue. As I said, most devices still support 32 bits apps even after Google's dropping support for them since 2019 haha

R10 is public now, and it has ARM64 support.

Thanks for the kind attention, I'll let you know ASAP how it went 

Getting back at you, it worked wonders, so far is running smooth and good. Thanks you again for the support and time 

Glad to hear everything is working well, if you need anything else or have other feedback, let me know.