Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello wanted to download the game on my Wiko y81 (android 10) and it sayed app not installed.

I looked a little bit in the comments and see that arm7a didn't work but my phone is arm8 so i don't know why it can't be installed.

your game look good and fun really want to try it if you want more info i will "try to help"

I'm sorry, I have no idea why it doesn't work. I don't really know anything about troubleshooting Android.

After some forum digging i just found 2 reason for that error

1. Mismatch signature of the apk (it's only concern app update soo that's not the problem)

2. The apk that just don't support older or newer Android version ( it's that one then )

I'm not a dev or some thing like that but i like to learn and i found this

You would need to configure the android:minSdkVersion in the manifest, as explained in the documentation. This will mean that only the API methods and classes supported by the minimum SDK will be available to you. If you want to be able to run your app on different API-levels, Android market supports multiple APKs.

I read that android studio could help with that but i never done apk or code before sorry i can't help there...